Filters are only run once for the incoming request. See the archives for more information.

-Tim

Karl Kraft wrote:
I've written a Filter to get applied to all page requests so that I can perform some access control and logging.

However, when a servlet redirects using the forward() method of RequestDispatcher, it doesn't seem to go through the filter.

If needed, I can call the Filter manually before I do the forward(), but I'm wondering if there is a more preferred way to do this.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to