WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110628
[BlackBerry] cookies set on a 401 response are not included when retrying with credentials
https://bugs.webkit.org/show_bug.cgi?id=110628
Summary
[BlackBerry] cookies set on a 401 response are not included when retrying wit...
Joe Mason
Reported
2013-02-22 11:13:29 PST
When a 401 or 407 response includes a Set-Cookie header, it is saved in the cookie jar. But after querying the user for auth credentials, the followup request re-uses the cookies from the original request rather than rereading them from the cookie jar, so the new cookie is not included. This breaks some sites that use cookies for custom auth schemes.
Attachments
fix
(13.21 KB, patch)
2013-02-22 11:14 PST
,
Joe Mason
no flags
Details
Formatted Diff
Diff
patch with style fixes
(12.88 KB, patch)
2013-02-22 11:48 PST
,
Joe Mason
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Joe Mason
Comment 1
2013-02-22 11:14:40 PST
Created
attachment 189795
[details]
fix
Joe Mason
Comment 2
2013-02-22 11:48:32 PST
Created
attachment 189801
[details]
patch with style fixes
WebKit Review Bot
Comment 3
2013-02-22 14:18:30 PST
Comment on
attachment 189801
[details]
patch with style fixes Clearing flags on attachment: 189801 Committed
r143796
: <
http://trac.webkit.org/changeset/143796
>
WebKit Review Bot
Comment 4
2013-02-22 14:18:33 PST
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.
Top of Page
Format For Printing
XML
Clone This Bug