NEW 65196
WebCore::SynchronousLoaderClient::canAuthenticateAgainstProtectionSpace should ask FrameLoaderClient instead of blindly returning true
https://bugs.webkit.org/show_bug.cgi?id=65196
Summary WebCore::SynchronousLoaderClient::canAuthenticateAgainstProtectionSpace shoul...
Pratik Solanki
Reported 2011-07-26 11:38:32 PDT
Code says bool WebCoreSynchronousLoaderClient::canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&) { // FIXME: We should ask FrameLoaderClient. return true; } We should fix the FIXME. Corresponding code for CFNetwork based loader is being added in bug 65190.
Attachments
Alex Christensen
Comment 1 2016-06-24 15:19:25 PDT
When this is fixed, we can fix the test from https://bugs.webkit.org/show_bug.cgi?id=159071 with WebKit1.
Note You need to log in before you can comment on or make changes to this bug.