Re: [appengine-java] Unable to URL Fetch Google chart

2010-06-17 Thread Ikai L (Google)
I meant to say - try escaping the URI. On Thu, Jun 17, 2010 at 9:33 AM, Ikai Lan wrote: > This looks like a clue: > > > On Wed, Jun 16, 2010 at 10:07 PM, brianl wrote: > >> A URL Fetch of a Google chart fails. Attempting w/ the low level API >> in the development environment... >> >> String c

Re: [appengine-java] Unable to URL Fetch Google chart

2010-06-17 Thread Ikai Lan
This looks like a clue: On Wed, Jun 16, 2010 at 10:07 PM, brianl wrote: > A URL Fetch of a Google chart fails. Attempting w/ the low level API > in the development environment... > > String chart = "http://chart.apis.google.com/chart?chs=250x100&chd=t: > 60,40&cht=p3&chl=Hello|World"; > Fetch

[appengine-java] Unable to URL Fetch Google chart

2010-06-16 Thread brianl
A URL Fetch of a Google chart fails. Attempting w/ the low level API in the development environment... String chart = "http://chart.apis.google.com/chart?chs=250x100&chd=t: 60,40&cht=p3&chl=Hello|World"; FetchOptions options = FetchOptions.Builder.disallowTruncate().followRedirects(); HTTPReques