I'm also heavily using Servlet filters... are you asking because you can't get it to work? or because there's no examples?
what i've had a bit of trouble with is the <security-constraint> tag on web.xml... there seems to be some unexpected behavior but I haven't debugged it thoroughly. On Jan 28, 1:45 am, andrew <[email protected]> wrote: > 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 > (herehttp://code.google.com/intl/en/appengine/docs/java/config/webxml.html...) > 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.
