[Webkit-unassigned] [Bug 15237] New: If cookie data contains "expires=", cookie is not saved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 21:37:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15237

           Summary: If cookie data contains "expires=", cookie is not saved
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nirs at freeshell.org


Examples cookies headers that are not saved by Safari/Webkit on 10.4.8:

    Set-Cookie: ..test1="expires="; expires=Sep 15, 2017 04:55:07; Path=/;
    Set-Cookie: ..test2="_expires="; expires=Sep 15, 2017 04:55:07; Path=/;

This cookie is saved:

    Set-Cookie: ..test3="expires"; expires=Sep 15, 2017 04:55:07; Path=/;

Expected: all 3 cookies should be saved.

Attached example CGI script that show the problem. 

Reproducing:
 1. Install the attached CGI
 2. Access it
 3. Open Safari > Preferences > Security > Show Cookies

Only the cookie "..test3" is saved.


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



More information about the webkit-unassigned mailing list