[Webkit-unassigned] [Bug 17868] New: 303 See Other redirect not handled correctly for POST with multipart/form-data content-type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 15 17:59:59 PDT 2008


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

           Summary: 303 See Other redirect not handled correctly for POST
                    with multipart/form-data content-type
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ryan at wonko.com


According to RFC 2616, when a 303 See Other redirect is received in response to
a POST request, the browser should retrieve the new URI using a GET request.

In Safari 3 and WebKit nightly 31055, when following a redirect received in
response to a POST request with a content-type of "multipart/form-data", WebKit
sends a malformed multipart/form-data POST request to the new location rather
than sending a GET request as it should.


-- 
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