[mapguide-commits] r4227 - trunk/MgDev/Web/src/WebApp

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Sep 16 17:33:20 EDT 2009


Author: chrisclaydon
Date: 2009-09-16 17:33:19 -0400 (Wed, 16 Sep 2009)
New Revision: 4227

Modified:
   trunk/MgDev/Web/src/WebApp/WebLayout.cpp
Log:
Fixes #1082 - Submitted patch on behalf of Christine Bao.

Modified: trunk/MgDev/Web/src/WebApp/WebLayout.cpp
===================================================================
--- trunk/MgDev/Web/src/WebApp/WebLayout.cpp	2009-09-16 20:57:54 UTC (rev 4226)
+++ trunk/MgDev/Web/src/WebApp/WebLayout.cpp	2009-09-16 21:33:19 UTC (rev 4227)
@@ -39,8 +39,8 @@
     // get the resource service to query the web layout definition
     Ptr<MgByteReader> xmlWebLayout = resourceService->GetResourceContent(webLayoutId);
 
-    // The default value of enable ping server is true.
-    m_enablePingServer = true;
+    // The default value of enable ping server is false so existing web layout will not change behavior.
+    m_enablePingServer = false;
 
     ParseWebLayoutDefinition(xmlWebLayout);
 



More information about the mapguide-commits mailing list