On Mon, 27 Jan 2003, David Graham wrote:

> Date: Mon, 27 Jan 2003 09:35:12 -0700
> From: David Graham <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Filters and Struts
>
> I could be wrong but I believe filters apply to forwards.
>

Only in broken containers :-).

For servlet 2.3, filters only apply on the original request.  For servlet
2.4, you'll be able to declare in your filter mappings that you also want
a filter to apply on forwards and/or includes.

> David
>

Craig



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

Reply via email to