My servlet has a code to do the redirect....the problem is, my servlet doesn't is called...the rewritten request to my app not is done... In the browser I see a blank page with a URL like that "..._ah/upload/ AMmfu6Z6D8QpMK_Df3iu3eHmzMlKuPdN9j2luyvqv9NGnUw7afohVmnIhzlfgNfnG85QrgYQNqU_EYBHa7jLaTn7tVheR- QLBQ/ALBNUaYAAAAATMrydwSc87ZlqBlrYlf44n4y-7gQeuDY/"
Log: E - MyServlet doPost: null W - Invalid HTTP response code (200) for Blob upload. Valid codes are 301, 302, and 303. On Oct 29, 6:07 am, Pieter Coucke <[email protected]> wrote: > Status code 200 is the default response code. You need to do a redirect > after uploading (this is status code 301 or 302). > > Seehttp://code.google.com/appengine/docs/java/blobstore/overview.html#Up... -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
