Author: gonzalo
Date: 2006-04-10 15:21:00 -0400 (Mon, 10 Apr 2006)
New Revision: 59318

Modified:
   
branches/mono-1-1-13/mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfigurationHandler.cs
Log:
missing in theprevious commit

Modified: 
branches/mono-1-1-13/mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfigurationHandler.cs
===================================================================
--- 
branches/mono-1-1-13/mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfigurationHandler.cs
       2006-04-10 19:19:50 UTC (rev 59317)
+++ 
branches/mono-1-1-13/mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfigurationHandler.cs
       2006-04-10 19:21:00 UTC (rev 59318)
@@ -47,17 +47,12 @@
 
                        config.ExecutionTimeout = AttUIntValue (section, 
"executionTimeout", 90);
                        config.MaxRequestLength = AttUIntValue (section, 
"maxRequestLength", 4096);
-                       config.RequestLengthDiskThreshold = AttUIntValue 
(section, "requestLengthDiskThreshold", 256);
                        config.UseFullyQualifiedRedirectUrl = AttBoolValue 
(section, "useFullyQualifiedRedirectUrl", false);
-                       config.MinFreeThreads = AttUIntValue (section, 
"minFresThreads", 8);
-                       config.MinLocalRequestFreeThreads = AttUIntValue 
(section, "minLocalRequestFreeThreads", 4);
+                       config.MinFreeThreads = AttUIntValue (section, 
"minFreeThreads", 8);
+                       config.MinLocalRequestFreeThreads = AttUIntValue 
(section, "minFreeLocalRequestFreeThreads", 4);
                        config.AppRequestQueueLimit = AttUIntValue (section, 
"appRequestQueueLimit", 100);
-                       config.EnableKernelOutputCache = AttBoolValue (section, 
"requestLengthDiskThreshold", true);
-                       config.EnableVersionHeader = AttBoolValue (section, 
"requestLengthDiskThreshold", true);
-                       config.RequireRootSaveAsPath = AttBoolValue (section, 
"requestLengthDiskThreshold", true);
-                       config.IdleTimeout = AttUIntValue (section, 
"requestLengthDiskThreshold", 20);
-                       config.Enable = AttBoolValue (section, 
"requestLengthDiskThreshold", true);
                        config.VersionHeader = AttValue (section, 
"versionHeader");
+                       config.RequestLengthDiskThreshold = AttUIntValue 
(section, "requestLengthDiskThreshold", 256);
 
                        return config;
                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to