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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 21:33:49 PDT 2012


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

           Summary: Web Inspector: Response cookies are missed in
                    CookiesTable of Network Panel
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter.wang at torchmobile.com.cn
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org, vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Created an attachment (id=170059)
 --> (https://bugs.webkit.org/attachment.cgi?id=170059&action=review)
test case

Access the attached page , it'll set 4 cookies in Browser.
The http response will be a little different, some browser will insert 4 cookies in one "Set-Cookie" header, like this "Set-Cookie: one=one; two=two; three=three; four=four".
When you access the attached page second time, there will be a mistake, as the attached picture shows.

The root reason is this statement(NetworkItemView.js:54):

if (request.requestCookies || request.responseCookies) {...} 

If "request.requestCookies" is not null the "get responseCookies()" will never be invoked.

-- 
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