[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
Fri Nov 17 03:06:33 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79954
--- shadow/79954 2006-11-16 23:17:53.000000000 -0500
+++ shadow/79954.tmp.24119 2006-11-17 03:06:33.000000000 -0500
@@ -2,21 +2,20 @@
Product: Mono: Class Libraries
Version: 1.0
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web.Services
-AssignedTo: lluis at ximian.com
+AssignedTo: atsushi at ximian.com
ReportedBy: juancri at tagnet.org
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: FIX: Web service closes the InputStream before the execution of the web method
The Context.Request.InputStream was disposed before the execution of the
web method call from the client side.
For example, this method throws a ObjectDisposedException:
@@ -43,6 +42,10 @@
------- Additional Comments From juancri at tagnet.org 2006-11-16 23:17 -------
Created an attachment (id=18098)
service.cs
+
+------- Additional Comments From atsushi at ximian.com 2006-11-17 03:06 -------
+Lluis, do you think it is safe just to keep this Stream open here as
+this patch does?
More information about the mono-bugs
mailing list