I created a servlet that handles errors. This servlet gets executed when
specific errors occur, as defined in my web.xml file. 

The problem: I mapped a filter to this servlet and the filter NEVER
execute when the servlet is invoked by an error (following a sendError
call). But if I call the error servlet directly (no error, no
sendError), the filter executes normally.

Has anyone come across this behavior?

Claude



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to