[Mono-bugs] [Bug 72014][Nor] Changed - Problem with system.web/webControls config section
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 31 Jan 2005 17:43:23 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72014
--- shadow/72014 2005-01-31 12:27:42.000000000 -0500
+++ shadow/72014.tmp.5519 2005-01-31 17:43:23.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72014
Product: Mono: Class Libraries
Version: 1.0
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: m@pernecky.sk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -28,6 +28,17 @@
Trace.Write (HttpContext.Current.GetConfig ("system.web/webControls").
GetType ().FullName));
MONO: System.Web.Configuration.WebControlsConfig
MS.NET: System.Collections.Hashtable
+
+------- Additional Comments From gonzalo@ximian.com 2005-01-31 17:43 -------
+Unless I'm wrong, HttpContext.Current.GetConfig
+("system.web/webControls") is not documented to return a Hashtable. It
+returns an 'object'.
+
+If you want to keep using something that is not documented, why not
+retrieving the property values when the Type is
+System.Web.Configuration.WebControlsConfig?
+
+Thanks god the asp.net 2.0 confiuration is no hidden like this one ;-).