[appengine-java] Re: Domain Name Setup

2010-04-15 Thread fletcher
; > > > On Thu, Apr 15, 2010 at 4:21 AM, fletcher wrote: > > Hello - > > > I want to usehttp://fakedomain.cominstead ofhttp://fakeapp.appspot.com. > > I went through the domain setup in the app engine dashboard and added > >www.fakedomain.com. I also added the www

[appengine-java] Domain Name Setup

2010-04-14 Thread fletcher
Hello - I want to use http://fakedomain.com instead of http://fakeapp.appspot.com. I went through the domain setup in the app engine dashboard and added www.fakedomain.com. I also added the www CNAME record to point to ghs.google.com in my registrars (GoDaddy) administrator panel. Now I can access

[appengine-java] Re: Inconsistent results when fetching URL using cookies

2010-03-23 Thread fletcher
The snippet I posted works fine outside of GAE. Anybody know what is going on? On Mar 19, 12:18 pm, fletcher wrote: > Anyone? This is really frustrating! > > On Mar 17, 1:10 pm, fletcher wrote: > > > I'm using the following method to fetch a page that I need to supply a

[appengine-java] Re: Inconsistent results when fetching URL using cookies

2010-03-19 Thread fletcher
Anyone? This is really frustrating! On Mar 17, 1:10 pm, fletcher wrote: > I'm using the following method to fetch a page that I need to supply a > cookie in order to view: > >         public static String fetchPage(String urlString) { >                 StringBuilder page

[appengine-java] Inconsistent results when fetching URL using cookies

2010-03-17 Thread fletcher
I'm using the following method to fetch a page that I need to supply a cookie in order to view: public static String fetchPage(String urlString) { StringBuilder page = new StringBuilder(); try { URL url = new URL(urlString);

[appengine-java] Re: Blobstore upload callback without a redirect?

2010-03-16 Thread fletcher
se the JSON or check for errors. > > 2010/3/15 fletcher > > > Hello - > > > I'm trying to create a file upload form that writes to Blobstore. > > Let's say my form has two inputs, one of type file, and another, of > > type text. We'll call the t

[appengine-java] Blobstore upload callback without a redirect?

2010-03-15 Thread fletcher
Hello - I'm trying to create a file upload form that writes to Blobstore. Let's say my form has two inputs, one of type file, and another, of type text. We'll call the text input the Caption. When the form gets submitted via an XMLHttpRequest from Javascript, I want to be able to say there was a p