Bug 29901 - Basic authentication credentials are not sent automatically to top resources
Summary: Basic authentication credentials are not sent automatically to top resources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 15:20 PDT by Alexey Proskuryakov
Modified: 2009-09-29 15:59 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (3.23 KB, patch)
2009-09-29 15:24 PDT, Alexey Proskuryakov
beidson: 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-09-29 15:20:21 PDT
Due to a mismatch between CredentialStorage::set() and CredentialStorage::getDefaultAuthenticationCredential(), we don't get default credentials for top level resources. In one case, path becomes empty, and in another, it's "/".

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2009-09-29 15:24:53 PDT
Created attachment 40329 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2009-09-29 15:59:23 PDT
Committed revision 48909.