Hi list
I'm upgrading a previous GN installation to version 2.8. I am testing the
CSW with geonetwork's integrated demo requests page.
I'm coming up with this problem:
- before my csw url used to be:
.../geonetwork/srv/en/csw
- now, without my knowledge, it seems to have changed to:
.../geonetwork/srv/eng/csw
So instead of 'en' I now have 'eng'. When I do a getCapabilities request to:
.../geonetwork/srv/eng/csw
I get back the expected capabilities XML response. However, inspecting the
server's response to my getCapabilities request, I still get:
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="
http://geoland2.meteo.pt:8080/geonetwork/srv/en/csw" />
<ows:Post xlink:href="
http://geoland2.meteo.pt:8080/geonetwork/srv/en/csw" />
</ows:HTTP>
</ows:DCP>
So the 'en' is still there, and not 'eng'. And it is still there for all
the CSW Operations, like DescribeRecord, GetRecords, GetDomain,...
Now if I try a getCapabilities request using the old url, I just get back:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<info>No 'request' parameter found</info>
</response>
My server seems to be advertising the old URL but in fact does not respond
correctly to it. Is this so?
How can I fix it?
--
___________________________ ___ __
Ricardo Garcia Silva