[Webkit-unassigned] [Bug 113426] New: [Regression] WebkitGTK 1.11.x - temporary redirect location is saved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 11:02:47 PDT 2013


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

           Summary: [Regression] WebkitGTK 1.11.x - temporary redirect
                    location is saved
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: uzytkownik2 at gmail.com


When HTTP 307 code is returned as in http://dynamic.xkcd.com/random/comic/ the location is saved and each subsequent request goes to the location it was redirected to:

This is against recommendation of RFC 2616: "Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests."(https://tools.ietf.org/html/rfc2616#page-65) and it breaks some websites (including xkcd).

Full header reply (as captured from Firefox):
HTTP/1.1 307 Temporary Redirect
Connection: close
Content-Length: 0
Content-Type: text/plain; charset=UTF-8
Date: Wed, 27 Mar 2013 17:56:27 GMT
Location: http://xkcd.com/1054/
Server: Happstack/0.4.1
Set-Cookie: seen_comics="[1054,73]";Max-Age=604800000000;Path=/;Version="1"

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