[mapserver-commits] r7450 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Mar 13 14:23:36 EDT 2008


Author: dmorissette
Date: 2008-03-13 14:23:36 -0400 (Thu, 13 Mar 2008)
New Revision: 7450

Modified:
   trunk/mapserver/mapows.c
Log:
Use the SERVICE param and not VERSION for service availability checks (fixes r5911, #2025)

Modified: trunk/mapserver/mapows.c
===================================================================
--- trunk/mapserver/mapows.c	2008-03-12 22:28:05 UTC (rev 7449)
+++ trunk/mapserver/mapows.c	2008-03-13 18:23:36 UTC (rev 7450)
@@ -54,7 +54,7 @@
 
     for( i=0; i<request->NumParams; i++ ) 
     {
-        if(strcasecmp(request->ParamNames[i], "VERSION") == 0)
+        if(strcasecmp(request->ParamNames[i], "SERVICE") == 0)
             service = request->ParamValues[i];
     }
 



More information about the mapserver-commits mailing list