We are using servlet filters without any problem on app-engine for logging and authentication of servlet.
The servlet filter spec states they can be applied to "any resource", i.e. including html pages etc. I have tried this on app engine without success, and when looking at the app engine docs (here http://code.google.com/intl/en/appengine/docs/java/config/webxml.html#Filters) it just mentions and shows examples of servlets. Is this just an omission of the text, and no example for that? In appengine, can I apply servlet filters to a url (single or with a pattern). -- 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.
