Closed
Bug 1149497
Opened 11 years ago
Closed 9 years ago
Wildcard domain (*.domain.com) cookies are not displayed
Categories
(DevTools :: Storage Inspector, defect)
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: m+mozilla, Assigned: jsnajdr)
References
Details
Attachments
(1 file, 1 obsolete file)
|
4.37 KB,
patch
|
jsnajdr
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150330114816
Steps to reproduce:
- Create a cookie with ".domain.com" (do not forget the ".")
- Go to domain.com (without any subdomain)
Actual results:
You won't see the cookie in devtools > storage > cookie > domain.com
Expected results:
You should see the cookie in devtools > storage > cookie > domain.com
Updated•10 years ago
|
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Wildcard cookies are not listed in the main domain → Wildcard domain (*.domain.com) cookies are not displayed
| Assignee | ||
Comment 2•9 years ago
|
||
Fixed the code that checks if a cookie domain matches a host - ".example.org" now matches "example.org".
Attachment #8741324 -
Flags: review?(mratcliffe)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jsnajdr
Attachment #8741324 -
Flags: review?(mratcliffe) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 3•9 years ago
|
||
has problems to apply:
applying Bug-1149497---Wildcard-domain-cookies-are-not-disp.patch
patching file devtools/client/storage/test/browser.ini
Hunk #1 FAILED at 14
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/storage/test/browser.ini.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and qrefresh Bug-1149497---Wildcard-domain-cookies-are-not-disp.patch
Flags: needinfo?(jsnajdr)
Keywords: checkin-needed
| Assignee | ||
Updated•9 years ago
|
Attachment #8741324 -
Attachment is obsolete: true
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(jsnajdr)
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•