Bug 65196 - WebCore::SynchronousLoaderClient::canAuthenticateAgainstProtectionSpace should ask FrameLoaderClient instead of blindly returning true
Summary: WebCore::SynchronousLoaderClient::canAuthenticateAgainstProtectionSpace shoul...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 11:38 PDT by Pratik Solanki
Modified: 2016-06-24 15:19 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 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.
Comment 1 Alex Christensen 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.