[mapserver-commits] r11980 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Mon Aug 1 08:11:05 EDT 2011
Author: schpidi
Date: 2011-08-01 05:11:05 -0700 (Mon, 01 Aug 2011)
New Revision: 11980
Modified:
trunk/mapserver/mapwcs.c
Log:
Resolving ticket #3972: WCS 1.0: WCS Exceptions raise mapscript exceptions
Modified: trunk/mapserver/mapwcs.c
===================================================================
--- trunk/mapserver/mapwcs.c 2011-07-29 15:18:20 UTC (rev 11979)
+++ trunk/mapserver/mapwcs.c 2011-08-01 12:11:05 UTC (rev 11980)
@@ -179,6 +179,8 @@
msIO_printf(" </ServiceException>\n");
msIO_printf("</ServiceExceptionReport>\n");
+ msResetErrorList();
+
return MS_FAILURE;
}
More information about the mapserver-commits
mailing list