[Mono-bugs] [Bug 61580][Wis] Changed - HttpWebRequest.AllowAutoRedirect not working for POST method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 01:30:43 -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=61580

--- shadow/61580	2004-07-14 20:30:24.000000000 -0400
+++ shadow/61580.tmp.26832	2004-07-15 01:30:43.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 61580
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguelanxo@telefonica.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,15 @@
 How often does this happen? allways
 
 
 Additional Information:
 
 tested with http:// and https:// uris (now that https:// works).
+
+------- Additional Comments From gonzalo@ximian.com  2004-07-15 01:30 -------
+From RFC 2616:
+
+"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."
+