Ticket #842 (closed task: fixed)

Opened 15 months ago

Last modified 15 months ago

GetCapabilities / cosmetic : do not display ":80" in URL

Reported by: fxp Owned by: geonetwork-devel@…
Priority: trivial Milestone: v2.7.0
Component: Catalog server Version:
Keywords: Cc:

Description

If catalogue public port = 80 replace :

<ows:HTTP>
<ows:Get xlink:href="http://localhost:80/geonetwork/srv/eng/csw"/>

by

<ows:HTTP>
<ows:Get xlink:href="http://localhost/geonetwork/srv/eng/csw"/>

Change History

Changed 15 months ago by fxp

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

Committed revision 8953.

Note: See TracTickets for help on using tickets.