Ticket #861 (closed defect: fixed)

Opened 14 months ago

Last modified 9 months ago

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

861.patch Download (6.1 KB) - added by fxp 14 months ago.

Change History

Changed 14 months ago by fxp

Changed 14 months ago by fxp

  • status changed from new to closed
  • resolution set to fixed

Committed revision 9018.

Changed 9 months ago by ianwallen

  • milestone changed from Future release to v2.8.0
Note: See TracTickets for help on using tickets.