[Webkit-unassigned] [Bug 131348] New: canAuthenticateAgainstProtectionSpace delegate calls should not be made when ResourceHandle has credentials
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 7 23:28:05 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=131348
Summary: canAuthenticateAgainstProtectionSpace delegate calls
should not be made when ResourceHandle has credentials
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
CC: andersca at apple.com, beidson at apple.com, mhock at apple.com
When ResourceHandle already has credentials provided via XMLHttpRequest argument or a URL, it shouldn't ask make a canAuthenticateAgainstProtectionSpace delegate call. If the client doesn't implement UI for password authentication, and thus returns false, CFNetwork won't call didReceiveAuthenticationChallenge, so we won't use the existing credentials.
We should only go ask the client if the existing credentials turned out to be incorrect.
--
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