[Webkit-unassigned] [Bug 163436] New: Document request not updated after willSendRequest is called for a redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 01:55:08 PDT 2016


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

            Bug ID: 163436
           Summary: Document request not updated after willSendRequest is
                    called for a redirect
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: beidson at apple.com, darin at apple.com,
                    mcatanzaro at igalia.com

Adding unit tests for bug #146306 in the GTK+ port I've noticed that patch for bug #146306 still doesn't work when a request is modified by willSendRequest after a redirect. The thing is that DocumentLoader::setRequest is not called after willSendRequest is called for a redirect. The first willSendRequest happens before DocumentLoader::startLoadingMainResource, that calls setRequest, but the second one happens after DocumentLoader::redirectReceived() and then the request is never updated again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161014/3e95d840/attachment.html>


More information about the webkit-unassigned mailing list