[Webkit-unassigned] [Bug 84223] New: [BlackBerry] HTTP GET header has a "Cookie" when refreshing a page after cookies have been cleared.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 19:05:22 PDT 2012


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

           Summary: [BlackBerry] HTTP GET header has a "Cookie" when
                    refreshing a page after cookies have been cleared.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            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


How To reproduce
1. Launch the browser
2. Go to the following website: http://63.64.187.235/longterm_cookie.php
3. Go to the following website: http://63.64.187.235/plain_cookie.php
4. Go to the following website: http://63.64.187.235/cookie_result1.php
5. Clear all cookies
6. Refresh the page
7. Put the input cursor in the URL bar and hit GO


Expected Results
2. A long term cookie is stored.  The cookie expires in 5-minutes
3. A session cookie is stored
4. The pages displays the following, or similar
   [--- BEGIN PAGE CONTENT ---]
        These are the cookies received from your browser: 
        1: test = 1
        2: lt_test = 1
   [--- END PAGE CONTENT ---]
5. All Cookies are deleted
6. The pages displays the following, or similar
   [--- BEGIN PAGE CONTENT ---]
        These are the cookies received from your browser: 
   [--- END PAGE CONTENT ---]
7. The pages displays the following, or similar
   [--- BEGIN PAGE CONTENT ---]
        These are the cookies received from your browser: 
   [--- END PAGE CONTENT ---]


Actual Results
2. As expected
3. As expected
4. As expected
5. Web Inspected does not show any cookies.
6. The pages displays the following, or similar
   [--- BEGIN PAGE CONTENT ---]
        These are the cookies received from your browser: 
        1: test = 1
        2: lt_test = 1
   [--- END PAGE CONTENT ---]
7. The pages displays the following, or similar
   [--- BEGIN PAGE CONTENT ---]
        These are the cookies received from your browser: 
   [--- END PAGE CONTENT ---]

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