Craig R. McClanahan wrote:
I thought that the FilterChain is the last argument to my doFilter method call in my filter? So then how do I specify which filter gets executed first?Is testing the URL the most elegant way to achieve the former (determining when the SecurityFilter should be in effect and when it shouldn't)? And to use the latter (a form validation filter) do I need to register it in the same FilterChain as the the SecurityFilter? Or can there be two separate, disparate filters for a given resource?You can have any number of filters mapped to the same resources -- the container assembles the filter chain for you, so you don't need to worry about that.
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
