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)
Reported 2010-06-28 10:33:42 PDT
* 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
David Kilzer (:ddkilzer)
Comment 1 2010-06-28 10:34:23 PDT
Daniel Bates
Comment 2 2018-07-03 14:08:45 PDT
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
Comment 3 2018-07-03 14:10:32 PDT
(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>.
Note You need to log in before you can comment on or make changes to this bug.