Opened 11 years ago

Closed 10 years ago

#474 closed defect (fixed)

Trimmed URIs

Reported by: Piero Campalani Owned by: Piero Campalani
Priority: minor Milestone: 9.0
Component: secore Version: 8.5
Keywords: trimmed uri Cc: Dimitar Misev, Peter Baumann
Complexity: Medium

Description

SECORE should understand trimmed URIs, working as a file-system listing.
E.g.

And so on.
Now an 'Operation not defined' exception is returned instead.

[OGC-NA directives]

Change History (5)

comment:1 by Peter Baumann, 11 years ago

Owner: changed from mrusu to Piero Campalani
Status: newassigned

Mihaela has left, so assigning back for now.

comment:2 by Dimitar Misev, 11 years ago

Yeah we need new component owner for secore.

comment:3 by Dimitar Misev, 11 years ago

I propose an XML output like

<identifierList at="http://%SECORE%/def/crs/">
 <identifier>http://%SECORE%/def/crs/EPSG</identifier>
 <identifier>http://%SECORE%/def/crs/AUTO</identifier>
 <identifier>http://%SECORE%/def/crs/OGC</identifier>
 ...
</identifierList>

comment:4 by Peter Baumann, 11 years ago

the CSIRO CRS resolver seems to respond to pruned URLs already, we might look at what they do (and discuss with OGC-NA, as hinted earlier).

comment:5 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: assignedclosed

They return some HTML, doesn't seem like any XML.

The current SECORE returns this type of XML, e.g. for http://localhost:8080/def/crs/:

<identifiers at='http://localhost:8080/def/crs/' xmlns='http://www.opengis.net/crs-nts/1.0'>
  <identifier>http://localhost:8080/def/crs/AUTO</identifier>
  <identifier>http://localhost:8080/def/crs/EPSG</identifier>
</identifiers>
Note: See TracTickets for help on using tickets.