[Webkit-unassigned] [Bug 23108] New: Cookie test fails with Safari 3.2.1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 4 14:08:45 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23108
Summary: Cookie test fails with Safari 3.2.1
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Macintosh
URL: http://www.elfstedentocht.nl
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Major
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: henk.kampman at secondmove.com
The site uses the following code to determine if cookies are enabled.
document.cookie = "TemporaryTestCookie = yes;";
if (document.cookie.indexOf("TemporaryTestCookie=") == -1)
{
window.location = "http://sessie.castmanage.nl";
}
The test fails with Safari 3.2.1 but passes with Safari 3.1.2 end FireFox.
The problem is that Safari 3.2.1 always leaves one space before the '=' when
there are one or more spaces before the '=' character
--
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