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
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