forked from pool/mapserver
This commit is contained in:
parent
f991139e2e
commit
0da4895be7
@ -1,15 +0,0 @@
|
|||||||
Index: mapwms.c
|
|
||||||
===================================================================
|
|
||||||
--- a/mapwms.c (revision 10869)
|
|
||||||
+++ b/mapwms.c (working copy)
|
|
||||||
@@ -739,8 +739,8 @@
|
|
||||||
strcasecmp(wms_exception_format, "XML") != 0)
|
|
||||||
{
|
|
||||||
msSetError(MS_WMSERR,
|
|
||||||
- "Invalid format for the EXCEPTIONS parameter.",
|
|
||||||
- "msWMSLoadGetMapParams()");
|
|
||||||
+ "Invalid format %s for the EXCEPTIONS parameter.",
|
|
||||||
+ "msWMSLoadGetMapParams()", wms_exception_format);
|
|
||||||
return msWMSException(map, nVersion, "InvalidFormat", wms_exception_format);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user