>From the example code, I should be able to 
call userService.createLoginURL(request.getRequestURI()) and expect to get a 
destination URL for after login that matches where I am now. If I do this 
from a scriptlet inside a JSP, however, the request URI 
is WEB-INF/views/whatever.jsp, which is NOT the URL of the original http 
request at all - it's an internal path in the filesystem to my JSP. How do I 
get that path from the request?

-- 
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.

Reply via email to