You should pick up any parameters passed to the page, send them to the login page, and then use that as the successURL for a successful login.
-Ben Sent from my iPhone On Jan 29, 2011, at 5:06 PM, WillSpecht <[email protected]> wrote: > I recently made it so most of my pages require a user to be logged in > to view. The only problem I'm having is, if a user tries to come > directly from a link > > myapp.appspot.com/page.jsp?pageId=aoSCuanjFAVoasDmNlkadf > > they are asked to login, then forwarded to myapp.appspot.com/page.jsp > > How do I make it so they are forwarded to myapp.appspot.com/page.jsp? > pageId=aoSCuanjFAVoasDmNlkadf > > Is this possible? > > Should I not be showing users addresses like myapp.appspot.com/ > page.jsp?pageId=aoSCuanjFAVoasDmNlkadf > > -- > 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. > -- 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.
