Changes between Initial Version and Version 1 of Ticket #285
- Timestamp:
- Jan 28, 2013, 2:51:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #285 – Description
initial v1 33 33 34 34 It works fine sending WCPS requests to the dedicated WCPS servlet, e.g. http://localhost:8080/petascope/wcps 35 36 37 To reproduce try: 38 {{{ 39 wget --post-data='query=for c in (mr) return AvG(c)' http://localhost:8080/petascope 40 }}} 41 42 working 43 {{{ 44 wget --post-data='query=for c in (mr) return AvG(c)' http://localhost:8080/petascope/wcps 45 }}}