Bug 49850 - Web Inspector: Network Resource Cookies Tab doesn't show all cookies
Summary: Web Inspector: Network Resource Cookies Tab doesn't show all cookies
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 18:32 PST by Dan
Modified: 2014-12-12 14:09 PST (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan 2010-11-19 18:32:11 PST
First, I'm really excited to see Web Inspector improvements, thanks!

Network Pane of Web Inspector
Browse to a page that sets more than one cookie in a single Set-Cookie header field. Visiting apple.com, this was true of some of the resources.
The Headers Tab for the resource correctly shows the Set-Cookie header.
The Cookies Tab doesn't. It incorrectly coalesces all of the cookies into a single line.

For example, this header:
Set-Cookie:ccl=FSfHT3YJkSuNlCYwIJN16uhRJKnrK1wd3LnLYTs8TWPsahMjWT83rRNMvMdmY3FqbG5VEAuolwb0q4qAy0lGBWD7mzj7srMlwS6ekk9hb9/DuNNuv/R8ij4YMKRxWGkTA7wZms4RXNSjXTvDvbSHIZKrEpx7xBF4rufoTJjXyC6HCyHwZPDziEyv6K4R8ltjHxB3yhBETdFXAjXoxLmOwA==; path=/; domain=.apple.com, geo=US; path=/; domain=.apple.com

Shows up in the Cookies tab as a single cookie, instead of showing both ccl and geo:
ccl
FSfHT3YJkSuNlCYwIJN16uhRJKnrK1wd3LnLYTs8TWPsahMjWT83rRNMvMdmY3FqbG5VEAuolwb0q4qAy0lGBWD7mzj7srMlwS6ekk9hb9/DuNNuv/R8ij4YMKRxWGkTA7wZms4RXNSjXTvDvbSHIZKrEpx7xBF4rufoTJjXyC6HCyHwZPDziEyv6K4R8ltjHxB3yhBETdFXAjXoxLmOwA==
.apple.com
/
Session
282
Comment 1 Brian Burg 2014-12-12 14:09:58 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.