Bug 100193 - [BlackBerry] Credentials not re-used for a redirected request to the same domain
Summary: [BlackBerry] Credentials not re-used for a redirected request to the same domain
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Major
Assignee: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-23 21:26 PDT by Charles Wei
Modified: 2012-10-24 00:39 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.99 KB, patch)
2012-10-23 21:29 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 2012-10-23 21:26:33 PDT
Internal tracking No: 225577

The problem is: 

If an request is authenticated by the HTTP server, and after the successful authentication, the response is a redirect to the same domain. The browser should not challenge the user again.

Test case: 

http://browsertest01.rim.net/authbasic  is challenged and the response redirects to : http://browsertest01.rim.net/authbasic/ (an extra trailing '/'). In this case, the challenge should only happen once if the first challenge succeeds.
Comment 1 Charles Wei 2012-10-23 21:29:20 PDT
Created attachment 170311 [details]
Patch
Comment 2 Charles Wei 2012-10-23 21:30:14 PDT
Comment on attachment 170311 [details]
Patch

Already reviewed by George Staikos. Commit it.
Comment 3 WebKit Review Bot 2012-10-24 00:39:23 PDT
Comment on attachment 170311 [details]
Patch

Clearing flags on attachment: 170311

Committed r132322: <http://trac.webkit.org/changeset/132322>
Comment 4 WebKit Review Bot 2012-10-24 00:39:26 PDT
All reviewed patches have been landed.  Closing bug.