[Webkit-unassigned] [Bug 124815] [GTK] jaguarusa.com displayed as plain text instead of HTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 24 15:04:45 PST 2013


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


Alberto Garcia <berto at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gns at gnome.org




--- Comment #2 from Alberto Garcia <berto at igalia.com>  2013-11-24 15:03:14 PST ---
Okay, the problem here seems to be:

1) there's no Content-Type header

2) libsoup's content sniffer fails to detect that it's an html page
   because the initial "<!DOCTYPE html" is ignored due to the extra
   whitespace at the beginning.

   https://git.gnome.org/browse/libsoup/tree/libsoup/soup-content-sniffer.c?h=gnome-2-30#n98

   (that's the first item in types_table, see how has_ws is FALSE).

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