[Webkit-unassigned] [Bug 38271] New: Add canAuthenticateAgainstProtectionSpace() to frame loader so that a protection space can be inspected before attempting to authenticate against it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 10:46:39 PDT 2010


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

           Summary: Add canAuthenticateAgainstProtectionSpace() to frame
                    loader so that a protection space can be inspected
                    before attempting to authenticate against it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mthole at mikethole.com


Add canAuthenticateAgainstProtectionSpace() to frame loader so that a
protection space can be inspected before attempting to authenticate against it.
 Clients can use this, for example, to send an SSL client certificate when it
is requested but not required.

Expose this functionality in WebKit via a new WebResourceLoadDelegate private
method:
- (BOOL)webView:(WebView *)sender resource:(id)identifier
canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
forDataSource:(WebDataSource *)dataSource;

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