[Webkit-unassigned] [Bug 85028] [BlackBerry] Cookies should be checked during parsing to improve performance.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 07:02:10 PDT 2012


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





--- Comment #8 from Joe Mason <jmason at rim.com>  2012-05-08 07:01:12 PST ---
Wow.  How did I read that so wrong?

Ok, so the new code has the opposite problem.  With the old code:

.xxxxx - REJECTED
.xx.xx - accepted
xxxxxx - accepted
xxx.xx - accepted

With the new code:

.xxxxx - REJECTED
.xx.xx - accepted
xxxxxx - REJECTED
xxx.xx - accepted

The old code only did the check when the domain started with a dot, but the new code always does it.

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