[Webkit-unassigned] [Bug 65196] New: WebCoreSynchronousLoaderClient::canAuthenticateAgainstProtectionSpace should ask FrameLoaderClient instead of blindly returning true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 11:38:32 PDT 2011


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

           Summary: WebCoreSynchronousLoaderClient::canAuthenticateAgainst
                    ProtectionSpace should ask FrameLoaderClient instead
                    of blindly returning true
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com


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.

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