[Mono-bugs] [Bug 81321][Nor] Changed - [2.0] Hang when system.web element is empty

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 10 17:29:02 EDT 2007


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 mhabersack at novell.com.

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

--- shadow/81321	2007-04-06 04:44:14.000000000 -0400
+++ shadow/81321.tmp.12233	2007-04-10 17:29:02.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81321
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -25,6 +25,19 @@
 3. run test.exe
 
 ------- Additional Comments From gert.driesen at pandora.be  2007-04-06 04:44 -------
 Created an attachment (id=19010)
 Gzipped tar containing repro
 
+
+------- Additional Comments From mhabersack at novell.com  2007-04-10 17:29 -------
+Actually, it fails only if system.web ends with the short end tag
+(/>), that is has the form
+
+<system.web/>
+
+and works fine for
+
+<system.web></system.web>
+
+The issue was currently in System.Configuration and has been fixed in
+svn head, revision 75584


More information about the mono-bugs mailing list