Is it possible to map a Java servlet to '/' like you can with any Servlet 
container (as clarified in the Servlet 3 spec) to serve every request, 
other than those specifically mapped to other URL patterns?

Setting any servlet mapping path (URL pattern) to '/' seems to break 
deployed apps, and using '/*' doesn't seem to capture requests beyond that 
level in the hierarchy (e.g. only works for /someResource and not 
/images/someResource or /scripts/someResource).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0ac326bf-a217-4aba-b08a-f84f4548c409%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to