Re: Possible servlet spec mismatch in async timeout situations

2011-06-29 Thread Mark Thomas
On 28/06/2011 09:39, fl...@gmx.de wrote: > Hi together, > > I think I found a possible mismatch against the servlet spec with async > timeouts on Tomcat 7.0.16. When performing a dispatch() from within an > onTimeout handler, Tomcat does not call the onComplete handler after the > request has b

Possible servlet spec mismatch in async timeout situations

2011-06-28 Thread fl-00
Hi together, I think I found a possible mismatch against the servlet spec with async timeouts on Tomcat 7.0.16. When performing a dispatch() from within an onTimeout handler, Tomcat does not call the onComplete handler after the request has been dispatched. The servlet spec states that an onCo