Opened 11 years ago
Closed 11 years ago
#553 closed defect (fixed)
SECORE should not hardcode the host in the def identifiers
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | critical | Milestone: | 9.0 |
Component: | secore | Version: | development |
Keywords: | Cc: | Piero Campalani | |
Complexity: | Medium |
Description
Currently a SECORE on kahlua for example will fail to resolve both
http://localhost:8080/def/crs/EPSG/0/4326
and
http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4326
To fix this the identifiers in its database must be stored without the host part.
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Or identifier lookup could be done without the host part, I think this is the easier way to do it.