Same problem here too, but from Chrome 6 on Mac: "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/ 534.2 (KHTML, like Gecko) Chrome/6.0.447.0 Safari/534.2,gzip(gfe)"
Using GWT: 2.0.4 and GAE 1.3.5 On Jul 2, 1:38 am, steveb <[email protected]> wrote: > I've got an application that just started producing the following > error from servlets. > > javax.servlet.ServletException:Content-Lengthmustbespecified > at > com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(RPCServlet > Utils.java: > 168) > at > com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.readContent(Abs > tractRemoteServiceServlet.java: > 179) > at > com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServi > ceServlet.java: > 215) > at > com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(Abstract > RemoteServiceServlet.java: > 62) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) > > While this is obviously a problem with my client RPC code, what > worries me is that this just started happening on the server without > any changes from me. > > Has anybody else seen this? > > If there are platform changes that are deployed to GAE that can > destabilize our code without us knowing about it then that's a real > concern. We have a dev & QA version of our app to try to avoid this > situation but this occurred in already tested code. > > Does anyone have any insight into this change in behaviour? > > p.s. If I discover that it was actually my own deployed code that > broke this then I will update this thread. -- 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.
