[Mono-bugs] [Bug 48287][Min] Changed - class ConfigurationSettings crashes when using nested custom settings in web.config

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 11:41:20 -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 ginga@kit.hi-ho.ne.jp.

http://bugzilla.ximian.com/show_bug.cgi?id=48287

--- shadow/48287	2003-11-27 15:39:27.000000000 -0500
+++ shadow/48287.tmp.10888	2003-11-28 11:41:20.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 48287
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: System.XML
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: michael.paul@tao.es               
 QAContact: mono-bugs@ximian.com
@@ -156,6 +156,13 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2003-11-27 15:35 -------
 If the System.Xml guys don't complain, i will commit this.
 
 ------- Additional Comments From gonzalo@ximian.com  2003-11-27 15:38 -------
 Btw, if i remove the </add> and use <add blah /> it works with current CVS
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-11-28 11:41 -------
+I applied Gonzalo's patch and this should be fixed. Test case is 
+XmlWriterTests.WriteNodeNonEmptyElement() which failed with previous 
+XmlWriter, and succeeded with current XmlWriter.
+
+Thanks for the report and the patch.