[mapserver-commits] r12704 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Wed Oct 26 10:45:32 EDT 2011


Author: tbonfort
Date: 2011-10-26 07:45:32 -0700 (Wed, 26 Oct 2011)
New Revision: 12704

Modified:
   trunk/mapserver/mapcache/src/service_wms.c
Log:
use correct dtd and version number for wms exceptions


Modified: trunk/mapserver/mapcache/src/service_wms.c
===================================================================
--- trunk/mapserver/mapcache/src/service_wms.c	2011-10-26 14:35:34 UTC (rev 12703)
+++ trunk/mapserver/mapcache/src/service_wms.c	2011-10-26 14:45:32 UTC (rev 12704)
@@ -907,8 +907,8 @@
    char *template = "\
 <?xml version='1.0' encoding=\"UTF-8\" standalone=\"no\" ?>\n\
 <!DOCTYPE ServiceExceptionReport SYSTEM \
-\"http://www.digitalearth.gov/wmt/xml/exception_1_1_0.dtd\">\n\
-<ServiceExceptionReport version=\"1.1.0\">\n\
+\"http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd\">\n\
+<ServiceExceptionReport version=\"1.1.1\">\n\
 <ServiceException>\n\
 <![CDATA[\n\
 %s\n\



More information about the mapserver-commits mailing list