[Webkit-unassigned] [Bug 79870] New: [BlackBerry]Array of Cookies in HTTP request header are not in order.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 22:09:29 PST 2012


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

           Summary: [BlackBerry]Array of Cookies in HTTP request header
                    are not in order.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jason.liu at torchmobile.com.cn


Test Case:
----------
Setting array of cookies as follow:
setcookie("setArraycookie[three]", "cookiethree");
setcookie("setArraycookie[two]", "cookietwo");
setcookie("setArraycookie[one]", "cookieone");

Expected Results:
-----------------
Order of cookies in the HTTP request should be the same order as the HTTP
response sent from the server:

Cookie:setArraycookie[three]=cookiethree; setArraycookie[two]=cookietwo;
setArraycookie[one]=cookieone

Actual results:
---------------
Cookie Array are not in the same order:

Cookie:setArraycookie[one]=cookieone; setArraycookie[three]=cookiethree;
setArraycookie[two]=cookietwo

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