On 11 Sep 2002, Eric Hollander wrote:

> Date: 11 Sep 2002 12:06:41 -1000
> From: Eric Hollander <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Filters and RequestDispatchers
>
> >From what I understand, if I have a filter which does a
> RequestDispatcher.forward() to some other resource, no filters are
> applied when that other resource is generated.  Is this correct?  It
> will make a difference in how I'm designing my web app.

For servlet 2.3, filters are *not* applied on RequestDispatcher.forward()
or RequestDispatcher.include() calls.

For servlet 2.4, you will have the option to ask for filters to be invoked
on these calls.

>
> Thanks

Craig


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

Reply via email to