[mapguide-commits] r7995 - trunk/Tools/Maestro/Maestro

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 21 07:20:46 PDT 2014


Author: jng
Date: 2014-03-21 07:20:46 -0700 (Fri, 21 Mar 2014)
New Revision: 7995

Modified:
   trunk/Tools/Maestro/Maestro/App.config
Log:
#2414: Comment out the system.net section that enables proxy server support as this is problematic in Mono. Those on windows can uncomment this section to enable proxy server support if they so desire.

Modified: trunk/Tools/Maestro/Maestro/App.config
===================================================================
--- trunk/Tools/Maestro/Maestro/App.config	2014-03-21 13:36:59 UTC (rev 7994)
+++ trunk/Tools/Maestro/Maestro/App.config	2014-03-21 14:20:46 UTC (rev 7995)
@@ -31,7 +31,14 @@
   <startup>
     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
   </startup>
+  <!-- 
+  Uncomment the section below for proxy server support. 
+  
+  Note this doesn't work in Mono (see http://trac.osgeo.org/mapguide/ticket/2414)  
+  -->
+  <!--
   <system.net>
     <defaultProxy useDefaultCredentials="true" />
   </system.net>
+  -->
 </configuration>



More information about the mapguide-commits mailing list