Opened 13 years ago
Closed 13 years ago
#831 closed defect (fixed)
Preserve URL parameters in redirection
Reported by: | fxp | Owned by: | heikki |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
URL redirection does not preserve URL parameters :
http://localhost:8080/geonetwork/srv/en/csw?SERVICE=CSW&REQUEST=GetCapabilities is redirected to http://localhost:8080/geonetwork/srv/eng/csw.
Change History (2)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk rev. 8877.
Note though that your URL parameter should be 'request', not 'REQUEST'. Don't think this is related to the URL redirection.