[mapserver-commits] r10550 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Sep 30 10:27:02 EDT 2010


Author: jlacroix
Date: 2010-09-30 14:27:02 +0000 (Thu, 30 Sep 2010)
New Revision: 10550

Modified:
   trunk/mapserver/maphttp.c
Log:
Change cookie validation error message in msHTTPExecuteRequests

Modified: trunk/mapserver/maphttp.c
===================================================================
--- trunk/mapserver/maphttp.c	2010-09-30 13:55:47 UTC (rev 10549)
+++ trunk/mapserver/maphttp.c	2010-09-30 14:27:02 UTC (rev 10550)
@@ -584,8 +584,8 @@
             {
                 if(pasReqInfo[i].pszHTTPCookieData[nPos] == '\n')
                 {
-                    msSetError(MS_HTTPERR, "Can't open output file %s.", 
-                       "msHTTPExecuteRequests()", pasReqInfo[i].pszOutputFile);
+                    msSetError(MS_HTTPERR, "Can't use cookie containing a newline character.", 
+                       "msHTTPExecuteRequests()");
                     return(MS_FAILURE);
                 }
             }



More information about the mapserver-commits mailing list