[mapguide-commits] r8016 - in trunk/Tools/Maestro: Maestro.LiveMapEditor MaestroFsPreview MgCooker RtMapInspector
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Apr 8 02:49:37 PDT 2014
Author: jng
Date: 2014-04-08 02:49:37 -0700 (Tue, 08 Apr 2014)
New Revision: 8016
Modified:
trunk/Tools/Maestro/Maestro.LiveMapEditor/app.config
trunk/Tools/Maestro/MaestroFsPreview/app.config
trunk/Tools/Maestro/MgCooker/app.config
trunk/Tools/Maestro/RtMapInspector/app.config
Log:
Add configuration fragments to support proxy servers. Fragments disabled by default due to #2414. However, users on Windows can enable such support by un-commenting these fragments. Patch provided by Johan van de Wauw.
Modified: trunk/Tools/Maestro/Maestro.LiveMapEditor/app.config
===================================================================
--- trunk/Tools/Maestro/Maestro.LiveMapEditor/app.config 2014-04-07 15:01:59 UTC (rev 8015)
+++ trunk/Tools/Maestro/Maestro.LiveMapEditor/app.config 2014-04-08 09:49:37 UTC (rev 8016)
@@ -1,3 +1,16 @@
<?xml version="1.0"?>
<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
+ <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>
Modified: trunk/Tools/Maestro/MaestroFsPreview/app.config
===================================================================
--- trunk/Tools/Maestro/MaestroFsPreview/app.config 2014-04-07 15:01:59 UTC (rev 8015)
+++ trunk/Tools/Maestro/MaestroFsPreview/app.config 2014-04-08 09:49:37 UTC (rev 8016)
@@ -1,3 +1,16 @@
<?xml version="1.0"?>
<configuration>
- <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
+ <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>
Modified: trunk/Tools/Maestro/MgCooker/app.config
===================================================================
--- trunk/Tools/Maestro/MgCooker/app.config 2014-04-07 15:01:59 UTC (rev 8015)
+++ trunk/Tools/Maestro/MgCooker/app.config 2014-04-08 09:49:37 UTC (rev 8016)
@@ -1,3 +1,16 @@
<?xml version="1.0"?>
<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
+ </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>
Modified: trunk/Tools/Maestro/RtMapInspector/app.config
===================================================================
--- trunk/Tools/Maestro/RtMapInspector/app.config 2014-04-07 15:01:59 UTC (rev 8015)
+++ trunk/Tools/Maestro/RtMapInspector/app.config 2014-04-08 09:49:37 UTC (rev 8016)
@@ -1,3 +1,16 @@
<?xml version="1.0"?>
<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
+ </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