Bug 104935 - ResourceLoader::didReceiveAuthenticationChallenge uses a wrong client
Summary: ResourceLoader::didReceiveAuthenticationChallenge uses a wrong client
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-13 11:21 PST by Alexey Proskuryakov
Modified: 2012-12-13 11:47 PST (History)
2 users (show)

See Also:


Attachments
proposed fix (1.72 KB, patch)
2012-12-13 11:25 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-12-13 11:21:36 PST
ResourceLoader::didReceiveAuthenticationChallenge uses handle() as client, but that's not always correct. The handle may be null.

<rdar://problem/12870361>
Comment 1 Alexey Proskuryakov 2012-12-13 11:25:26 PST
Created attachment 179306 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2012-12-13 11:47:25 PST
Committed <http://trac.webkit.org/r137631>.