[Webkit-unassigned] [Bug 85775] New: [BlackBerry] Cookie parsing issue. If the cookie value provided was (") then the browser creates a session cookie instead.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 6 23:10:31 PDT 2012


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

           Summary: [BlackBerry] Cookie parsing issue. If the cookie value
                    provided was (") then the browser creates a session
                    cookie instead.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jason.liu at torchmobile.com.cn
                CC: tonikitoo at webkit.org


Steps to repro:
---------------
1) Visit the page
http://browsertest01.rim.net/test/networking/cookies/setModCookies.php
2) Enable inspector and start inspecting the page using Desktop Chrome
3) Set the cookie value to " and click the button "Modify Value!"
4) On Desktop browser, navigate to the "Resources" Tab and inspect the cookies


Expected result:
-----------------
4) A presistant cookie created with value " and expires in one day

Actual result:
--------------
4) A session cookie created with value ("; expires=XXXX)

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