Bug 66389
Summary: | Should automatically apply cached HTTP authentication credentials to redirects if they're within the same origin | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.7 |
Brady Eidson
Should automatically apply cached HTTP authentication credentials to redirects if they're within the same origin.
Lion CFNetwork no longer automatically applies credentials to redirects since doing so cross-origin is a potential security leak. Webcore had already worked around this.
But the CFNetwork change broke a few sites - we still want to automatically apply credentials to redirects within the same origin.
In radar as <rdar://problem/9965209>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
I haven't had my coffee yet this morning, I already filed this one *yesterday*. *sigh* Closing.
*** This bug has been marked as a duplicate of bug 66354 ***