Hello! I'm new to App Engine and am jumping straight in and learning via writing an app, as you do. I figured that a good thing to do was to create a servlet filter that checks the user's login status, forwarding to the login page if they haven't got a login, or allowing the request through if they are logged in.
I've created a filter and added it to web.xml with a url-pattern of / *. However, when I load my app's html page, the doFilter method isn't called. My logging output shows the filter being inited OK, but the doFilter doesn't get called. Is there something else I need to do to get this working? Thanks! Gemma -- 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.
