Ensure that if asyncDispatch() is called during an onTimeout event and the target...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 29 Jun 2011 12:57:50 +0000 (12:57 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 29 Jun 2011 12:57:50 +0000 (12:57 +0000)
commitc63fb241150facd4d6de52a0c741b0af35fc87ce
tree2202e0f0aa7edfbf0b189dda6c4e79020550a9b0
parent4f6b32cec783a043320f5701cf26f91399bc34c1
Ensure that if asyncDispatch() is called during an onTimeout event and the target Servlet does not call startAsync() or complete() that Tomcat calls complete() (or does the equivalent) once the target Servlet exits.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1141079 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/core/AsyncContextImpl.java
test/org/apache/catalina/core/TestAsyncContextImpl.java
webapps/docs/changelog.xml