I'm trying to force a logout and redirect by using this code from a
jsp page:
pageContext.forward(userService.createLogoutURL("../pageName.jsp"));

This works in the dev environment, but not on the GAE servers.  There
I get this error: Error: NOT_FOUND

I get the same error if I change "../pageName.jsp" to "pageName.jsp".

If I place the contents of userService.createLogoutURL("../
pageName.jsp") in to a hyperlink and click it from a jsp page, it
works ok.

What could be the issue?

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to