[Webkit-unassigned] [Bug 100073] Web Inspector: Response cookies are missed in CookiesTable of Network Panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 01:52:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100073


Peter Wang <peter.wang at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |




--- Comment #5 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-10-23 01:54:01 PST ---
This statement really has problem, but it'll be HIDDEN in this situation: if there is only one cookie in a "Set-Cookie" header, the "CookieParser" almost does nothing in this situation, so it's ok even if "responseCookies()" has not  invoked.

Some ports send multi cookies in separated "Set-Cookie" headers, like Qt and Chromium (seems just hides it recently, version "20.0.1132.47" on my PC has this bug).

BlackBerry inserts multi cookies into one "Set-Cookie" header (it meets HTTP protocol also, and that's why there is a loop in function "CookieParser.parseCookie"), so the problem becomes exposed.

I'm trying to building another ports to see if I can find a easier environment to reproduce it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list