Changes between Initial Version and Version 2 of Ticket #1750


Ignore:
Timestamp:
Apr 25, 2018, 10:01:28 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1750

    • Property Status newreopened
    • Property Component wcsclientpetascope
    • Property Summary WS client should replace \n with space in WCPS queriesWCPS error reporting issues
  • Ticket #1750 – Description

    initial v2  
    1 currently new lines are simply removed, but they should be replaced with ' '.
     1I got these errors:
     2- `A parsing error occurred at position=4:69. Offending symbol is=[@41,143:143=',',<14>,4:69]. Parser message=no viable alternative at input 'coveragehillShadeover$pxx(imageCrsDomain($c[E(1049795:1059795),N(7740205:7750205)]),`
     3
     4The problem is that the query fragment after ''input'' has all the spaces removed, which is confusing.
     5
     6- `A parsing error occurred at position=10:170. Offending symbol is=[@306,632:632=')',<70>,10:170]. Parser message=mismatched input ')' expecting {AND, ',', '/', '.', '=', '>', '>=', IS, '[', '<', '<=', '-', '*', '!=', OR, OVERLAY, '+', XOR}`
     7
     8The problem is that it is unclear what `position=10:170` and `Offending symbol is=[@306,632:632=')',<70>,10:170]` mean.