[Webkit-unassigned] [Bug 117196] New: [curl] Headers should be parsed as utf8 if possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 07:33:04 PDT 2013


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

           Summary: [curl] Headers should be parsed as utf8 if possible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: galpeter at inf.u-szeged.hu


When the server returns the header data for the curl backend it is passed to be converted as a latin1 string. This is not always good.
For example there is a testcase which fails currently: http/tests/download/literal-utf-8.html.

The solution would be to process the input headers as utf8 strings. This solution in the libsoup backend.

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