[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:34:35 PST 2010


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





--- Comment #2 from Xan Lopez <xan.lopez at gmail.com>  2010-02-12 02:34:35 PST ---
Looks like a libsoup bug, maybe in SoupURI:

./get does not work

niraikanai:~/git/libsoup/tests%./get
"http://chart.apis.google.com/chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%|10%&chd=t:90,0|0,10"
Could not parse
'http://chart.apis.google.com/chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%|10%&chd=t:90,0|0,10'
as a URL


wget does


niraikanai:~/git/libsoup/tests%wget
"http://chart.apis.google.com/chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%|10%&chd=t:90,0|0,10"
--2010-02-12 12:34:05-- 
http://chart.apis.google.com/chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%25%7C10%25&chd=t:90,0%7C0,10
Resolving chart.apis.google.com... 74.125.79.101, 74.125.79.100, 74.125.79.102
Connecting to chart.apis.google.com|74.125.79.101|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1480 (1.4K) [image/png]
Saving to:
“chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%|10%&chd=t:90,0|0,10.1”

100%[=================================================================================================>]
1,480       --.-K/s   in 0s      

2010-02-12 12:34:05 (113 MB/s) -
“chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%|10%&chd=t:90,0|0,10.1”
saved [1480/1480]

niraikanai:~/git/libsoup/tests%file
chart\?cht=bvs\&chbh=121,10,20\&chs=262x190\&chco=B0113A,E6E6E6\&chl=90%\|10%\&chd=t:90,0\|0,10
chart?cht=bvs&chbh=121,10,20&chs=262x190&chco=B0113A,E6E6E6&chl=90%|10%&chd=t:90,0|0,10:
PNG image, 262 x 190, 8-bit/color RGB, non-interlaced
niraikanai:~/git/libsoup/tests%

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