google-code-export / gwt-dispatch

Automatically exported from code.google.com/p/gwt-dispatch
1 stars 0 forks source link

InvalidSessionException thrown when using Secure Dispatch in GWT Development Mode #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
An InvalidSessionException is thrown when using 
AppEngineSecureSessionValidator in the local development environment. This is 
due to a change in the GWT development URL from using localhost to 127.0.0.1 
in GWT 2.0.1 (see http://code.google.com/p/google-web-toolkit/issues/detail?
id=4322). 
Applying the supplied patch to the trunk fixes the issue.

Original issue reported on code.google.com by dreamten...@gmail.com on 10 Mar 2010 at 8:09

Attachments:

GoogleCodeExporter commented 9 years ago
Applied patch locally, will push next update.

Original comment by Bitmei...@gmail.com on 25 Apr 2010 at 4:44