Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 (1)

861.patch (6.1 KB ) - added by fxp 12 years ago.

Download all attachments as: .zip

Change History (3)

by fxp, 12 years ago

Attachment: 861.patch added

comment:1 by fxp, 12 years ago

Resolution: fixed
Status: newclosed

Committed revision 9018.

comment:2 by ianwallen, 12 years ago

Milestone: Future releasev2.8.0
Note: See TracTickets for help on using tickets.