Changes between Initial Version and Version 1 of Ticket #285


Ignore:
Timestamp:
Jan 28, 2013, 2:51:12 PM (11 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #285 – Description

    initial v1  
    3333
    3434It works fine sending WCPS requests to the dedicated WCPS servlet, e.g. http://localhost:8080/petascope/wcps
     35
     36
     37To reproduce try:
     38{{{
     39wget --post-data='query=for c in (mr) return AvG(c)' http://localhost:8080/petascope
     40}}}
     41
     42working
     43{{{
     44wget --post-data='query=for c in (mr) return AvG(c)' http://localhost:8080/petascope/wcps
     45}}}