Closed
Bug 1903403
Opened 1 year ago
Closed 1 year ago
Do not reject cookies containing %x9
Categories
(Core :: Networking: Cookies, defect, P2)
Core
Networking: Cookies
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: edgul, Assigned: baku)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
As seen in the attributes/attributes-ctl.sub.html WPT we are failing the test Cookie with %x9 after Secure attribute is handled correctly.
Let's fix this.
Oops, %x9
is HTAB and the spec doesn't require rejection. Maybe we just want to update the WPTs here?
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 2•1 year ago
|
||
The WPTs are already up-to-date. We can simply close this bug. See:
- name-ctl.html: https://searchfox.org/mozilla-central/source/testing/web-platform/tests/cookies/name/name-ctl.html#24,43
- attributes-ctl.sub.html: https://searchfox.org/mozilla-central/source/testing/web-platform/tests/cookies/attributes/attributes-ctl.sub.html#24-25,90
- value-ctl.html: https://searchfox.org/mozilla-central/source/testing/web-platform/tests/cookies/value/value-ctl.html#21-22,24,43
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(amarchesini)
Resolution: --- → INVALID
Assignee | ||
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Comment 3•1 year ago
|
||
Actually, our implementation is still broken because of this: https://searchfox.org/mozilla-central/source/netwerk/cookie/CookieCommons.cpp#210
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → amarchesini
Assignee | ||
Comment 4•1 year ago
|
||
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/249cf582a8cd
Do not reject cookies containing %x9, r=cookie-reviewers,valentin
Comment 6•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Summary: Reject cookies containing %x9 → Do not reject cookies containing %x9
You need to log in
before you can comment on or make changes to this bug.
Description
•