Bug 162724 - NetworkSession: HTTP authentication doesn't work if PROTECTION_SPACE_AUTH_CALLBACK is not enabled
Summary: NetworkSession: HTTP authentication doesn't work if PROTECTION_SPACE_AUTH_CAL...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 04:32 PDT by Carlos Garcia Campos
Modified: 2016-09-29 08:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (21.46 KB, patch)
2016-09-29 04:39 PDT, Carlos Garcia Campos
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2016-09-29 04:32:03 PDT
NetworkLoad always expects continueCanAuthenticateAgainstProtectionSpace() to be called to complete the authentication challenge, which is only defined when PROTECTION_SPACE_AUTH_CALLBACK is enabled.
Comment 1 Carlos Garcia Campos 2016-09-29 04:39:37 PDT
Created attachment 290198 [details]
Patch
Comment 2 Alex Christensen 2016-09-29 07:55:45 PDT
Comment on attachment 290198 [details]
Patch

beautiful
Comment 3 Carlos Garcia Campos 2016-09-29 08:33:03 PDT
Committed r206583: <http://trac.webkit.org/changeset/206583>