Changes between Initial Version and Version 2 of Ticket #1750
- Timestamp:
- Apr 25, 2018, 10:01:28 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1750
- Property Status new → reopened
- Property Component wcsclient → petascope
- Property Summary WS client should replace \n with space in WCPS queries → WCPS error reporting issues
-
Ticket #1750 – Description
initial v2 1 currently new lines are simply removed, but they should be replaced with ' '. 1 I 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 4 The 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 8 The problem is that it is unclear what `position=10:170` and `Offending symbol is=[@306,632:632=')',<70>,10:170]` mean.