Fix Bug 49528 - HttpServletRequest.isAsyncStarted() returns false when a Runnable...
authorpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Jul 2010 22:48:16 +0000 (22:48 +0000)
committerpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Jul 2010 22:48:16 +0000 (22:48 +0000)
commit7d6a745a8849c1a41987a301b17cb409e0b17d10
treeadb25f8d5e2342beedaddf34ab9d1b2a1eb721f7
parentb84526492a8145f9083d6c6502683f8571ae843e
Fix Bug 49528 - HttpServletRequest.isAsyncStarted() returns false when a Runnable is started
Add isDebugEnabled statements.

Todo: Why we doesn't start directly a container thread with asyncContext.start()?
Currently we start user runnable as an internal forward.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@960283 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/core/AsyncContextImpl.java
test/org/apache/catalina/core/TestAsyncContextImpl.java [new file with mode: 0644]
webapps/docs/changelog.xml