[Mono-bugs] [Bug 77107][Wis] Changed - SSL file upload

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 27 22:39:24 EST 2005


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 nhogge at gmail.com.

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

--- shadow/77107	2005-12-27 21:24:50.000000000 -0500
+++ shadow/77107.tmp.14792	2005-12-27 22:39:24.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77107
 Product: Mono: Tools
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: XSP
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: nhogge at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -43,6 +43,16 @@
  IE      |  works  |  BROKEN  |  works  |  works  |
  FireFox |  works  |  works   |  works  |  works  |
 
  Attaching the debugger to XSP reveals that when the submit button is
 clicked in internet explorer the request never makes it to XSP. Perhaps IE
 is expecting the connection to still be open to XSP?
+
+------- Additional Comments From nhogge at gmail.com  2005-12-27 22:39 -------
+Found a work around: 
+adding the following to Page_Load on the ASPX file fixes the problem.
+
+Response.AppendHeader("Connection", "close");
+
+I know that XSP is not responsible for the Response headers coming
+back from ASPX. Still, why does it work in IIS and not XSP. Does XSP
+support keep-alive?


More information about the mono-bugs mailing list