Opened 6 years ago

Closed 6 years ago

#1773 closed defect (fixed)

Petascope_URL for ows:HTTP from WCS/WMS GetCapabilities should be set properly

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: critical Milestone: 9.7
Component: petascope Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

Current, Petascope shows the wrong URL for results from WCS/WMS GetCapabilities, e.g: Petascope runs at port 8080 but in petascope.properties (server.port=8082 - only used for embedded Petascope), then the results showed wrongly:

  <Get>
    <OnlineResource                               xlink:href="http://localhost:8082/rasdaman/ows" xlink:type="simple"/>
  </Get>                 

This problem causes client tool like QGIS request to non-avaiable endpoint (port 8082 instead of port 8080).

Change History (1)

comment:1 by Bang Pham Huu, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.