[Mono-bugs] [Bug 50051][Nor] New - XmlDocument.Load(Stream) closes the stream at some point
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jan 2004 05:57:18 -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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=50051
--- shadow/50051 2004-01-11 05:57:18.000000000 -0500
+++ shadow/50051.tmp.15447 2004-01-11 05:57:18.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 50051
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@gentoo.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XmlDocument.Load(Stream) closes the stream at some point
+
+Ok, somewhere in its Loading, it closes the stream that it is using to
+Load, potentially prematurely, and causing all sorts of issues.
+
+XmlDocument.Load(Stream) on ms.net does not seem to close the stream it
+is given at any point.
+
+Unfortunatly, I was unable to distill this down to an easy test case,
+however I might attempt to again soon, but not sure.
+
+--Todd
+
+------- Additional Comments From dave-mono@earth.li 2004-01-11 05:57 -------
+Created an attachment (id=6388)
+Test case showing this not happening
+