[Mono-bugs] [Bug 58634][Nor] Changed - MONO BETA 1 Bug in Context.GetConfig()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 12:15:42 -0400 (EDT)


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=58634

--- shadow/58634	2004-05-18 02:42:50.000000000 -0400
+++ shadow/58634.tmp.26424	2004-05-18 12:15:42.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58634
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: 002 Two hours
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -42,6 +42,11 @@
 
 How often does this happen? 
 All the time on MONO Beta 1
 
 Additional Information:
 MONO needs to return a hashtable as per MS.NET
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-18 12:15 -------
+The class returned by Context.GetConfig("system.web/webControls"); is
+not public, so relying on it is *really* broken. You can't really
+expect a type unless the documentation states otherwise.