[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 08:32:29 PDT 2012


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





--- Comment #3 from Joe Mason <jmason at rim.com>  2012-05-24 08:31:33 PST ---
I definitely think this change is a good idea, since the main objection to doing it for all headers was cookies, and it turns out we do want to do it for cookies.  Most well-defined headers (such as authentication) are defined to take only ASCII anyway.

The only thing I'm not sure about is, this patch still does the latin1 or utf8 check in two different places, but it does it in a different way each time.  Can we just use fromUTF8WithLatin1Fallback in initializePlatformRequest as well?

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