Opened 12 years ago
Last modified 12 years ago
#236 closed defect
KV-paired CRS gets truncated during equality test — at Initial Version
Reported by: | Piero Campalani | Owned by: | mrusu |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | secore | Version: | 8.3 |
Keywords: | secore equality key value | Cc: | |
Complexity: | Medium |
Description
For example, querying:
http://localhost:8080/def/equal?1=http://localhost:8080/def/crs?authority=EPSG&code=4326&version=0&2=http://localhost:8080/def/crs/EPSG/0/4326
while parse http://localhost:8080/def/crs?authority=EPSG
instead of http://localhost:8080/def/crs?authority=EPSG&code=4326&version=0
as first CRS, so that exception is then thrown.
Note:
See TracTickets
for help on using tickets.