That would be appreciated, John.

At 02:01 PM 9/23/2002 -0400, you wrote:
>Per Servlet 2.3, if a servlet throws a wrapped exception, the error handler
>that receives it gets the underlying root cause as the exception. That is, if
>ServletException(new TesterException()) is thrown, the exception in the
>request under attribute "javax.servlet.error.exception" will be
>TesterException, not ServletException.
>
>The test in catalina/tester assumes that the root cause will still be wrapped
>in a ServletException.
>
>
>With this patch, plus the others I've posted, the tomcat-5 passes all of the
>catalina tester tests. If anyone is interested, I can post a rolled up set of
>patches.
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



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

Reply via email to