[Mono-bugs] [Bug 58634][Nor] Changed - MONO BETA 1 Bug in Context.GetConfig()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 May 2004 03:31:24 -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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58634
--- shadow/58634 2004-05-19 03:30:09.000000000 -0400
+++ shadow/58634.tmp.2116 2004-05-19 03:31:24.000000000 -0400
@@ -48,6 +48,11 @@
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.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-05-19 03:31 -------
+Please see the new dependent bug report. It goes into more details
+and tried to provide a more compelling case that this is a bug in
+MONO by supplying referenced to more public SDK documentation.