Opened 12 years ago
Closed 12 years ago
#193 closed defect (fixed)
Petascope doesn't understand percent encoded query params
Reported by: | Owned by: | msahakyan | |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
A working GetCoverage request like:
will no longer work if some characters like (), are percent encoded:
The rules for percent encoding are a bit confusing (and perhaps not entirely consistent) but I believe it is allowed but not necessary for a client to percent encode these characters in this position. At any rate, browsers (tested recent Firefox and Internet Explorer 8) when submitting a form like http://earthserver.bgs.ac.uk/testformescape.html will percent encode these characters so we need Petascope to be able to understand such a request.
RPM 8.3.0-7.el6
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed by changeset:7241adf
Marina, this should be handled in
PetascopeInterface
(if it isn't already).