Re: [5][PATCH]catalina-tester assumes that ServletExceptions are NOT unwrapped

2002-09-23 Thread micael
Er, I mean, Steve. 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

Re: [5][PATCH]catalina-tester assumes that ServletExceptions are NOT unwrapped

2002-09-23 Thread micael
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

[5][PATCH]catalina-tester assumes that ServletExceptions are NOT unwrapped

2002-09-23 Thread Steve Downey
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 Test