Bug 41285
Summary: | Using <meta http-equiv="Set-Cookie"> does not work (metacookie) | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, beidson, dbates, mjs |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://spe.mobilephone.net/wit/xhtmlv2/metacookie.xhtm | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=185077 |
David Kilzer (:ddkilzer)
* SUMMARY
Setting a cookie using <meta http-equiv="Set-Cookie"> doesn't work in WebKit. Some mobile phone vendor test suites apparently want this to work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
<rdar://problem/8137266>
Daniel Bates
The HTML living standard was amended in <https://github.com/whatwg/html/pull/3649> to indicate that the non-conforming Set-Cookie pragma should be ignored. Bug #185077 tracks removing support for this pragma (did we have any given the existence of this bug?). Resolving this bug as WontFix.
Daniel Bates
(In reply to Daniel Bates from comment #2)
> The HTML living standard was amended in
> <https://github.com/whatwg/html/pull/3649> to indicate that the
> non-conforming Set-Cookie pragma should be ignored. Bug #185077 tracks
> removing support for this pragma (did we have any given the existence of
> this bug?). Resolving this bug as WontFix.
We do have logic for the parsing the Set-Cookie pragma: <https://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.cpp?rev=233473#L3372>.