On Thu, Mar 6, 2014 at 8:19 AM, Benjamin Lietzau <[email protected]> wrote:
> There is a form with the action
> "BlobstoreServiceFactory.getBlobstoreService().createUploadUrl("/save")"
> The servlet still works (all lines will execute), but the redirect at the
> end of the servlet doesn't work form time to time. Then theres only a white
> Page. The URL in the URL-Field is like ....
> appspot.com/_ah/upload/verylongstring
>
> logger.log(Level.INFO, "Redirect to result.jsp");
> resp.sendRedirect("/result.jsp?date=" + startDate + "&searchText=" +
> location);
>
> The logs are all ok.
> What could it be?
>
The "verylongstring" URL is fine, since that's the way the blobstore
handles uploads. However, you should be getting the redirect. Can you use
your browser's developer tools (under Chrome, it's under the Tools >
Developer Tools menu) to see what redirects the client is getting?
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL
App Engine Code Samples: http://www.learntogoogleit.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.