[Webkit-unassigned] [Bug 87351] [BlackBerry] We should do the latin1/utf8 check for all headers not cookies only.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 11:37:30 PDT 2012


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2012-05-24 11:36:34 PST ---
http://tools.ietf.org/html/rfc6265 specifies how to process the Cookie and Set-Cookie headers.  It's not correct to decode the whole header value as UTF-8.  The correct way to process the header as ASCII and then to use UTF-8 to decode portions of the header.

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