Ticket #861 (closed defect: fixed)
Harvester / CSW / only path URL is used
| Reported by: | fxp | Owned by: | geonetwork-devel@… |
|---|---|---|---|
| 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
Change History
Note: See
TracTickets for help on using
tickets.

