[Webkit-unassigned] [Bug 17570] New: 307 Temporary Redirect not handled correctly for HTTP POST

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 10:48:10 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17570

           Summary: 307 Temporary Redirect not handled correctly for HTTP
                    POST
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: brad.kish at bluecoat.com


If a 307 Temporary Redirect is received in response to a POST, the browser
should attempt to repeat the POST at the new temporary location. The user
should be notified and allowed to abort this redirect.

Currently a 307 is being treated like a 302 or 303 where it changes the method
of the original request and uses a GET on the new temporary location.

This is status code is handled by other modern browsers.


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



More information about the webkit-unassigned mailing list