Bug 66389 - Should automatically apply cached HTTP authentication credentials to redirects if they're within the same origin
Summary: Should automatically apply cached HTTP authentication credentials to redirect...
Status: RESOLVED DUPLICATE of bug 66354
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-17 10:19 PDT by Brady Eidson
Modified: 2011-08-17 10:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2011-08-17 10:19:15 PDT
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>
Comment 1 Brady Eidson 2011-08-17 10:20:14 PDT
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 ***