On 3/13/07, David Delbecq <[EMAIL PROTECTED]> wrote:

You could do an internal redirect (request -> requestDispatcher ->
forward), but it would short circuit the filter chain, some important
filter might not be executed..

which presumably one knows when one's developing the app :-)

Just to reiterate David's point: put your forwarding filter /last/ in the
chain, and it'll be fine; I've done this in the past with no problems.

FWIW,
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to