[Mono-bugs] [Bug 45721][Nor] New - HttpWebResponse POST method not follow redirect

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 2 Jul 2003 01:59:01 -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 pumpik@hotpop.com.

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

--- shadow/45721	Wed Jul  2 01:59:01 2003
+++ shadow/45721.tmp.26391	Wed Jul  2 01:59:01 2003
@@ -0,0 +1,37 @@
+Bug#: 45721
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 016 Two days
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pumpik@hotpop.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpWebResponse POST method not follow redirect
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+POST method not follow redirect HTTP-302 after POSTing data to server
+
+Steps to reproduce the problem:
+1. Send POST data with HttpWebRequest&Response
+2. On Server Apply Response.Redirect after received data
+
+Actual Results:
+The page contents is "302 Object Moved to ...."
+
+Expected Results:
+Redirect to right Page..
+
+How often does this happen? 
+always
+
+Additional Information: