[Webkit-unassigned] [Bug 85028] New: [BlackBerry] Cookies should be checked during parsing to improve performance.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 26 20:24:28 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85028
Summary: [BlackBerry] Cookies should be checked during parsing
to improve performance.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
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
If a cookie coming in has a domain with domain="opera.com, the domain of the
cookie will be saved in memory (and database) as '"opera.com'. The cookie will
never be used because '"' is never used in a request domain.
The expected behavior is to throw out the cookie immediately.
--
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