[Mono-bugs] [Bug 74539][Nor] New - HttpWebRequest fails with postmulti tool

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 21:11:28 -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 sebastien@ximian.com.

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

--- shadow/74539	2005-04-08 21:11:28.000000000 -0400
+++ shadow/74539.tmp.14354	2005-04-08 21:11:28.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 74539
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: sebastien@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpWebRequest fails with postmulti tool
+
+Description of Problem:
+The postmulti tool fails when used with http:// (well https:// too but
+that's another story). This worked yesterday (i.e. before the async changes
+in SVN) and fails at R42719.
+
+
+Steps to reproduce the problem:
+1. Compile the postmulti tool from SVN. The tool is located under
+/mcs/class/Mono.Security/Test/tool/postecho/
+
+*** Don't compile/execute postecho.cs *** ;-)
+
+2. Setup web server but copying the sendback.aspx (or sendback.asp) script
+on it. The script simply returns back the POST data to the tool.
+
+3. Execute the tool by supplying the appropriate URL
+
+% mono postmulti.exe http://localhost/sendback.aspx
+
+
+Actual Results:
+POST #1 at http://localhost/sendback.aspx
+
+*** then freeze ***
+
+
+Expected Results:
+POST #1 at http://localhost/sendback.aspx
+ECHO #1 - Result OK (length: 1048576)
+
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+* the test works on the MS runtime;
+
+* you can supply multiple URL (or the same one multiple times) to test more
+agressively