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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 2 Jul 2003 10:10:48 -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 gonzalo@ximian.com.

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

--- shadow/45721	Wed Jul  2 01:59:01 2003
+++ shadow/45721.tmp.24233	Wed Jul  2 10:10:47 2003
@@ -1,13 +1,13 @@
 Bug#: 45721
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: 016 Two days
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pumpik@hotpop.com               
 QAContact: mono-bugs@ximian.com
@@ -32,6 +32,19 @@
 Redirect to right Page..
 
 How often does this happen? 
 always
 
 Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com  2003-07-02 10:10 -------
+Quoting http://www.rfc-editor.org/rfc/rfc2616.txt , section 10.3.2:
+
+   If the 302 status code is received in response to a request other
+   than GET or HEAD, the user agent MUST NOT automatically redirect the
+   request unless it can be confirmed by the user, since this might
+   change the conditions under which the request was issued.
+
+I will close the bug by now, but if you have a test case that works
+under MS runtime, feel free to attach it to the report and reopen it.
+
+Thanks.