I got it fixed thanks. Seems I needed to URLEncode the query params
for GAE/J but not for Tomcat, no bad thing to do this anyway. Not
tested it on proper GAE so far though.

On Aug 16, 10:41 pm, JT <jem...@gmail.com> wrote:
> A lot of stuff works outside gaej, just fyi. So don't scratched your head
> too much.
>
> On Aug 16, 2011 4:33 AM, "Martin Newstead" <skankmar...@hotmail.com> wrote:> 
> I hope someone can help me get some ideas on how to debug this
> > problem. I have build an application that needs to use the Google
> > Elevations webservice API to get some elevations for some lat/lon
> > pairs. I am encoding the data using my own Java implementation of the
> > polyline encoding algorithm. My app works nicely on Linux/Tomcat/
> > JDK1.6, calls out to the Elevations API and gets good results. I
> > tested using the Dev_server (1.5.0) and received an error, invalid
> > character at position 70 of the URL that was sent to the Elevaton API.
> > What's different about the dev_server ? Different JDK ? different
> > encoding ? So far I've not had a chance to strip this down to bare
> > bones and run some small tests on both environments, I am hoping to
> > get some ideas here on which place to start.
>
> > --
> > You received this message because you are subscribed to the Google Groups
>
> "Google App Engine for Java" group.> To post to this group, send email to
>
> google-appengine-java@googlegroups.com.> To unsubscribe from this group, send 
> email to
>
> google-appengine-java+unsubscr...@googlegroups.com.> For more options, visit 
> this group at
>
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to