Bug 31143 - Assertion failure in CredentialStorage::set() when proxy credentials are being set
Summary: Assertion failure in CredentialStorage::set() when proxy credentials are bein...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 15:13 PST by Alexey Proskuryakov
Modified: 2009-11-04 15:49 PST (History)
0 users

See Also:


Attachments
proposed fix (2.53 KB, patch)
2009-11-04 15:23 PST, Alexey Proskuryakov
mitz: 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 2009-11-04 15:13:44 PST
These fail when url is null, and url is null for proxy credentials.

    ASSERT(url.protocolInHTTPFamily());
    ASSERT(url.isValid());
Comment 1 Alexey Proskuryakov 2009-11-04 15:23:56 PST
Created attachment 42529 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2009-11-04 15:49:00 PST
Committed <http://trac.webkit.org/changeset/50530>.