I will try. At the moment it works...

Am Donnerstag, 6. März 2014 21:49:11 UTC+1 schrieb Vinny P:
>
> On Thu, Mar 6, 2014 at 8:19 AM, Benjamin Lietzau 
> <ben...@gmail.com<javascript:>
> > 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to