Opened 12 years ago

Closed 12 years ago

#842 closed task (fixed)

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

comment:1 by fxp, 12 years ago

Resolution: fixed
Status: newclosed

Committed revision 8953.

Note: See TracTickets for help on using tickets.