#456 closed defect (fixed)
Petascope should not escape the + sign in the format parameter
Reported by: | Alex Dumitru | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | petascope | Version: | 8.5 |
Keywords: | Cc: | Piero Campalani | |
Complexity: | Easy |
Description
The following petascope request[1] fails as application/gml+xml is url decoded and reaches the GMLFormatExtension::canHandle function as application/gml xml
[1] http://kahlua.eecs.jacobs-university.de:8080/wcs-test-conf?service=WCS&version=2.0.1&request=GetCoverage&CoverageId=mean_summer_airtemp&format=application/gml+xml
Change History (7)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 11 years ago
comment:5 by , 10 years ago
Owner: | changed from | to
---|
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:7 by , 10 years ago
Milestone: | → 9.0.x |
---|
Note:
See TracTickets
for help on using tickets.
Seems like it was fixed in that wcs-test-conf but not in the repo. Can you please submit the patch?