Author: atsushi
Date: 2007-10-04 04:17:05 -0400 (Thu, 04 Oct 2007)
New Revision: 86850

Modified:
   
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog
   
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
Log:
2007-10-04  Atsushi Enomoto  <[EMAIL PROTECTED]>

        * WebServicesSection.cs : reverted r83640 which likely caused
          couple of NUnit regressions on the buildbot. WebConfigurationManager
          is indeed needed since webServices section is on web.config.
          ChangeLog was also missing which resulted in some wasted hours :(
          http://lists.ximian.com/pipermail/mono-patches/2007-August/098511.html



Modified: 
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog
===================================================================
--- 
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog 
    2007-10-04 07:20:17 UTC (rev 86849)
+++ 
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog 
    2007-10-04 08:17:05 UTC (rev 86850)
@@ -1,3 +1,11 @@
+2007-10-04  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
+       * WebServicesSection.cs : reverted r83640 which likely caused
+         couple of NUnit regressions on the buildbot. WebConfigurationManager
+         is indeed needed since webServices section is on web.config.
+         ChangeLog was also missing which resulted in some wasted hours :(
+         http://lists.ximian.com/pipermail/mono-patches/2007-August/098511.html
+
 2007-01-29  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
        * SoapExtensionTypeElement.cs : use null for default Type value.

Modified: 
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
===================================================================
--- 
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
 2007-10-04 07:20:17 UTC (rev 86849)
+++ 
trunk/mcs/class/System.Web.Services/System.Web.Services.Configuration/WebServicesSection.cs
 2007-10-04 08:17:05 UTC (rev 86850)
@@ -179,7 +179,7 @@
                 }
 
                public static WebServicesSection Current {
-                       get { return (WebServicesSection) 
ConfigurationManager.GetSection ("system.web/webServices"); }
+                       get { return (WebServicesSection) 
WebConfigurationManager.GetSection ("system.web/webServices"); }
                }
 
                internal static bool IsSupported (WebServiceProtocols proto)

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

Reply via email to