[Mono-bugs] [Bug 79954][Nor] Changed - FIX: Web service closes the InputStream before the execution of the web method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 16 23:16:48 EST 2006
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 juancri at tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=79954
--- shadow/79954 2006-11-16 23:16:09.000000000 -0500
+++ shadow/79954.tmp.19613 2006-11-16 23:16:48.000000000 -0500
@@ -33,6 +33,11 @@
This bug was caused because in HttpSoapWebServiceHandler.DeserializeRequest
(HttpRequest request), where the InputStream was inside a "using" block,
and also the stream is readed by a XmlReader and after, the XmlReader.Close
() method was called.
Patch is also attached.
+
+------- Additional Comments From juancri at tagnet.org 2006-11-16 23:16 -------
+Created an attachment (id=18097)
+inputstream.patch
+
More information about the mono-bugs
mailing list