Is there a way to have a filter not run on a specific mapping? For example, if you have a filter-mapping of "/*" this will be invoked for every single resource in the container.
How can you prevent the filter from running against one particular servlet (besides doing skip logic in the filter code)? BTW, what I am trying to do is to implement security using a filter. However, I want the login page to be displayed (not run through the filter). Thanks! -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
