ServletRequestListener.requestDestroyed is called before request leaves a webapp

2011-08-09 Thread Volodymyr Sobotovich
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 page for 404 code in web.xml 2. Set location of that page to some

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