[Webkit-unassigned] [Bug 21021] New: Session cookies are not send back to server - regression to Safari 3.1 (525.x)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 02:02:08 PDT 2008


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

           Summary: Session cookies are not send back to server - regression
                    to Safari 3.1 (525.x)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thorsten.dencker at sap.com


Hello,

we found a regression in 528.1.1 on windows (Safari 4) in the cookie handling.
It works fine with 525.x (Safari 3). I did not test it on MAC yet.

Our session cookie isn't send back to the server if only the host name is
admitted in the url. 
* If you start the application with http://mycomputer:1080/myappl the cookie
isn't send back to the server. 
* If you use a full qualified name like http://mycomputer.apple.com:1080/myappl
it works fine.

This bug is very critical because in normal intranet scenarios you are not
using full qualified domain names.

You find a small example in the attachment. Deploy it to a J2EE engine e.g.
tomcat, start it with full qualified and non qualified address, press the
button and check if the session id appears. 

For easier tracking our internal bug number is 0003634917 2008

Regards Thorsten


-- 
Configure bugmail: https://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