Bug 41285 - Using <meta http-equiv="Set-Cookie"> does not work (metacookie)
Summary: Using <meta http-equiv="Set-Cookie"> does not work (metacookie)
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://spe.mobilephone.net/wit/xhtmlv...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-06-28 10:33 PDT by David Kilzer (:ddkilzer)
Modified: 2018-07-03 14:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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.
Comment 1 David Kilzer (:ddkilzer) 2010-06-28 10:34:23 PDT
<rdar://problem/8137266>
Comment 2 Daniel Bates 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.
Comment 3 Daniel Bates 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>.