[Webkit-unassigned] [Bug 31008] [Gtk] A PNG image from chart.apis.google.com is not displayed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 02:57:05 PST 2010


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





--- Comment #3 from Xan Lopez <xan.lopez at gmail.com>  2010-02-12 02:57:04 PST ---
The problem is that the URL is using '%' as data without escaping it, which
libsoup does not accept (following the RFC). What others do, like wget, is
auto-escape when they figure out the character is not being used in the context
of percent-escaping.

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