#861 closed defect (fixed)
Harvester / CSW / only path URL is used
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.8.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
If an harvested CSW server URL contains extra parameter (eg. http://www.ifremer.fr/csw?SERVICE=CSW&REQUEST=GetCapabilities&VERSION=2.0.2&groupId=Netmar) the harvester will only use the path of the URL (ie. http://www.ifremer.fr/csw) removing all extra parameters (ie. &groupId=Netmar) which may be useful to access the CSW server.
Shouldn't we remove the CSW parameters from the harvester configuration (SERVICE=CSW&REQUEST=GetCapabilities&VERSION=2.0.2) and :
- build the GetCapabilities request
- use the complete URL (with extra parameters if any)
?
Attachments (1)
Change History (3)
by , 13 years ago
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Milestone: | Future release → v2.8.0 |
---|
Note:
See TracTickets
for help on using tickets.
Committed revision 9018.