[Webkit-unassigned] [Bug 106469] New: 303 See Other does not perform redirection with GET after PUT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 10:19:41 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106469

           Summary: 303 See Other does not perform redirection with GET
                    after PUT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: richard.j.mitchell+webkit.bugzilla at gmail.com


RFC 2616:
"The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource."

Performing a PUT request to a URL which then yields a 303 See Other redirection response, then repeats the same request to the new location with the PUT method. May also affect other non-POST methods.

Confirmed in WebKit 534.34 on OSX.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list