RESOLVED FIXED 116164
[BlackBerry] When HTTP auth fails, only purge credentials that match the failed credentials
https://bugs.webkit.org/show_bug.cgi?id=116164
Summary [BlackBerry] When HTTP auth fails, only purge credentials that match the fail...
Joe Mason
Reported 2013-05-15 10:12:21 PDT
When there are multiple HTTP requests in flight with the same bad credentials (common with proxy auth if the user mistyped their password), the first 407 that's received will cause the credentials to be purged and the password dialog to open for new credentials. This means that all 407's received after this should only purge the credentials if they have not already been updated from the dialog; otherwise they will be wiping out credentials that haven't failed yet.
Attachments
fix (4.92 KB, patch)
2013-05-15 10:18 PDT, Joe Mason
no flags
Joe Mason
Comment 1 2013-05-15 10:18:10 PDT
Rob Buis
Comment 2 2013-05-15 11:20:02 PDT
Comment on attachment 201852 [details] fix Looks good.
WebKit Commit Bot
Comment 3 2013-05-15 14:23:21 PDT
Comment on attachment 201852 [details] fix Clearing flags on attachment: 201852 Committed r150147: <http://trac.webkit.org/changeset/150147>
WebKit Commit Bot
Comment 4 2013-05-15 14:23:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.