我有一个登录项目,我控制会话并发。这很好。(当我在第二个会话中调用RPC时,它会过期。)并重定向登录页面。但是当我想登录同一个登录页面时,浏览器中显示The call failed on the server; see server log for details
,我在eclipse中有一个例外:
SEVERE: Exception while dispatching incoming RPC call
javax.servlet.ServletException: Content-Length must be specified
at com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(RPCServletUtils.java:131)
at ...
有人能帮助我吗?