Hello,
I'm currently facing some problems using Appengine authentication and
GWT.
I built an application on Appengine which uses google login to
authenticate users and is currently deployed on a Google Apps domain
and restricted to users of that domain.
On client side I use GWT and use history token to track which items
the user opened, so that a customer can bookmark an item and open it
immediately.

E.g http://myapp.appspot.com/Page.jsp#pid=aglub784trskjvn
will open the page referring the object with the given key

http://myapp.appspot.com/Page.jsp#pid=null
will open an empty page

#pid=null is set as a default history token if none is provided.

My problem is that login service resets history tokens, so that a not
logged in user accessing a page for a given object is redirected to
the empty page after login.

A user accessing
http://myapp.appspot.com/Page.jsp#pid=aglub784trskjvn
is redirected after login to http://myapp.appspot.com/Page.jsp

If the user is already logged in bookmarks work fine, opening the
correct page.

Is there a way to keep history token active during the login process?
Is there any documentation on the subject?

Thanks to everybody.

Lorenzo

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to