> From: Andrew Feller [mailto:afel...@lsu.edu]
> Subject: Execution of filter before request listener
>
> It seems like the ServletRequestListener should have been
> executed prior to the filter.

>From my reading of the spec (haven't looked at the code), it looks like the 
>listener should have been called prior to the forward, when the original 
>request arrived.  The forward does not result in another request (unlike a 
>redirect), so the ServletRequestListener should not be called between the 
>forward and the filter.

What's in your WEB-INF/web.xml?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to