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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 27 21:24:50 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.14077	2005-12-27 21:24:50.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 77107
+Product: Mono: Tools
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: nhogge at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SSL file upload
+
+Description of Problem:
+ 
+ Problem when using XSP running SSL and trying to submit a form with file
+upload elements using internet explorer.
+
+Steps to reproduce the problem:
+1. Start webserver using SSL
+2. Create an ASPX file with form enctype="multipart/form-data" and two
+input type="file" and a submit button
+3. View the web page in Interent Explorer and click submit
+
+Actual Results:
+ IE shows "Cannot find server or DNS Error" page
+
+Expected Results:
+ Form submits and files are uploaded
+
+How often does this happen? 
+ Everytime
+
+Additional Information:
+ The same behavior does not happen with firefox, IIS or when using standard
+http.
+         |   XSP   | XSP-SSL  |   IIS   | IIS-SSL |
+ 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?


More information about the mono-bugs mailing list