Opened 18 years ago

Closed 18 years ago

#1738 closed defect (fixed)

change pointer to exception report schema location

Reported by: tomkralidis Owned by: mapserverbugs
Priority: high Milestone:
Component: SOS Server Version: unspecified
Severity: normal Keywords:
Cc:

Description

Hi,

Currently, the root element of a ServiceException points to a schema which
doesn't exist, hence producing an invalid XML document.

The following change will fix this:

in file mapogcsos.c, line 129:

currently:

    dtd_url = strcatalloc(dtd_url, "/owsExceptionReport.xsd");

should be:

    dtd_url = strcatalloc(dtd_url, "/ows/1.0.0/owsExceptionReport.xsd");

Change History (1)

comment:1 by assefa, 18 years ago

Resolution: fixed
Status: newclosed
corrected in cvs,
Note: See TracTickets for help on using tickets.