Bug 31143

Summary: Assertion failure in CredentialStorage::set() when proxy credentials are being set
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed fix mitz: review+

Alexey Proskuryakov
Reported 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());
Attachments
proposed fix (2.53 KB, patch)
2009-11-04 15:23 PST, Alexey Proskuryakov
mitz: review+
Alexey Proskuryakov
Comment 1 2009-11-04 15:23:56 PST
Created attachment 42529 [details] proposed fix
Alexey Proskuryakov
Comment 2 2009-11-04 15:49:00 PST
Note You need to log in before you can comment on or make changes to this bug.