Re: ServletRequestListener.requestDestroyed is called before request leaves a webapp

2011-08-11 Thread Volodymyr Sobotovich
I submitted BUG51653 (https://issues.apache.org/bugzilla/show_bug.cgi?id=51653) for this issue. On Wed, Aug 10, 2011 at 4:47 PM, Christopher Schultz wrote: > Mark, > > On 8/9/2011 4:35 PM, Mark Thomas wrote: >> Addressing this would mean either: >> a) moving the error handling to the context (ins

Re: ServletRequestListener.requestDestroyed is called before request leaves a webapp

2011-08-10 Thread Christopher Schultz
Mark, On 8/9/2011 4:35 PM, Mark Thomas wrote: > Addressing this would mean either: > a) moving the error handling to the context (inside the calls to the > ServletRequestListener) or +1 This just feels like the right state management level to me. Certainly the default error handler can be called

Re: ServletRequestListener.requestDestroyed is called before request leaves a webapp

2011-08-09 Thread Mark Thomas
On 09/08/2011 20:55, Volodymyr Sobotovich wrote: > Hello, everyone. > > I think I have found a bug in Tomcat's lifecycle handling of > ServletRequestListener. I'd like to discuss it here before posting. > Tomcat 7.0.19, jdk 1.7.0-b147, Ubuntu Linux 11.04 > Steps to reproduce: > 1. declare error pa