Thursday, May 30, 2013

Re: Sporadic error with GWT and GAE

A POST has done to your GWT-RPC servlet but the POST body is empty. If that happens then GWT will throw this exception, because without any body data/payload it can't do anything. 

Now you have to find out where these empty requests came from. They will probably not send by GWT itself. Maybe its a browser issue or a proxy in between your app and your server or someone just tries to fool your server with hand crafted POST requests.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment