Bug 107012 - Web Inspector: cookies with empty value are parsed incorrectly
Summary: Web Inspector: cookies with empty value are parsed incorrectly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks: 62700
  Show dependency treegraph
 
Reported: 2013-01-16 07:32 PST by Andrey Kosyakov
Modified: 2013-01-16 08:02 PST (History)
9 users (show)

See Also:


Attachments
Patch (4.49 KB, patch)
2013-01-16 07:37 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2013-01-16 07:32:05 PST
We treat "Set-Cookie: cookie" same as "Set-Cookie: cookie=", while in fact former should produce cookie with empty name while the latter should produce cookie with empty value.
Comment 1 Andrey Kosyakov 2013-01-16 07:37:26 PST
Created attachment 182980 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-16 08:02:03 PST
Comment on attachment 182980 [details]
Patch

Clearing flags on attachment: 182980

Committed r139883: <http://trac.webkit.org/changeset/139883>
Comment 3 WebKit Review Bot 2013-01-16 08:02:07 PST
All reviewed patches have been landed.  Closing bug.