[Webkit-unassigned] [Bug 49795] New: [GTK] Response created on redirects must have the url of the initial request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 05:05:09 PST 2010


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

           Summary: [GTK] Response created on redirects must have the url
                    of the initial request
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com


The current code in restartedCallback (ResourceHandleSoup.cpp) creates a new ResourceResponse based on the SoupMessage returned by libsoup. libsoup does replace the original url of the SoupMessage by the new location especified by the redirect received by the server.

As could be seen in the other ports (for example ResourceHandleWin.cpp:176), that response must have the url of the original request. That is confirmed by the expected results of LayoutTests/http/tests/loading/redirect-methods.html

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