Author: igorz
Date: 2007-04-30 11:23:30 -0400 (Mon, 30 Apr 2007)
New Revision: 76499

Modified:
   trunk/mcs/class/System.Web/System.Web/ChangeLog
   trunk/mcs/class/System.Web/System.Web/HttpApplication.cs
Log:
2007-04-30 Igor Zelmanovich <[EMAIL PROTECTED]>

        * HttpApplication.cs: reverted r74717.


Modified: trunk/mcs/class/System.Web/System.Web/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web/System.Web/ChangeLog     2007-04-30 14:40:27 UTC 
(rev 76498)
+++ trunk/mcs/class/System.Web/System.Web/ChangeLog     2007-04-30 15:23:30 UTC 
(rev 76499)
@@ -1,3 +1,7 @@
+2007-04-30 Igor Zelmanovich <[EMAIL PROTECTED]>
+
+       * HttpApplication.cs: reverted r74717.
+
 2007-04-29 Igor Zelmanovich <[EMAIL PROTECTED]>
 
        * HttpContext.jvm.cs: Response.End() must abort thread if not async.    

Modified: trunk/mcs/class/System.Web/System.Web/HttpApplication.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web/HttpApplication.cs    2007-04-30 
14:40:27 UTC (rev 76498)
+++ trunk/mcs/class/System.Web/System.Web/HttpApplication.cs    2007-04-30 
15:23:30 UTC (rev 76499)
@@ -145,8 +145,6 @@
 #else
                static Exception initialization_exception;
 #endif
-#else
-               HandlerFactoryConfiguration factory_config;
 #endif
 
                //
@@ -197,10 +195,6 @@
                                        appui_culture = cfg.UICulture;
                                }
 #endif
-
-#if ONLY_1_1
-                               factory_config = (HandlerFactoryConfiguration) 
HttpContext.GetAppConfig ("system.web/httpHandlers");
-#endif
                        }
                }
 
@@ -1146,6 +1140,7 @@
                        HttpHandlersSection     httpHandlersSection = 
(HttpHandlersSection) WebConfigurationManager.GetSection 
("system.web/httpHandlers");
                        object o = httpHandlersSection.LocateHandler (verb, 
url);
 #else
+                       HandlerFactoryConfiguration factory_config = 
(HandlerFactoryConfiguration) HttpContext.GetAppConfig 
("system.web/httpHandlers");
                        object o = factory_config.LocateHandler (verb, url);
 #endif
 

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

Reply via email to