[Webkit-unassigned] [Bug 56942] EventSource should only accept UTF-8 charset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 07:50:41 PDT 2011


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





--- Comment #9 from Julien Chaffraix <jchaffraix at webkit.org>  2011-03-31 07:50:41 PST ---
> http/tests/eventsource/eventsource-content-type-charset.html -> failed

The cause of failure is that the Mac implementation of ResourceResponse::textEncodingName does not strip the leading and trailing quotes in the charset. Instead it escapes them and we fail the comparison to "utf-8". Qt, for example, does remove them.

I could add a work-around for that or just go ahead and fix the output of Mac, documenting what we expect textEncodingName to return.

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