[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
Thu, 23 Oct 2003 11:16:04 -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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=50051
--- shadow/50051 2003-10-23 11:16:04.000000000 -0400
+++ shadow/50051.tmp.22962 2003-10-23 11:16:04.000000000 -0400
@@ -0,0 +1,28 @@
+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