You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/08/07 12:01:59 UTC

svn commit: r1616458 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Thu Aug  7 10:01:58 2014
New Revision: 1616458

URL: http://svn.apache.org/r1616458
Log:
Update changelog

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1616458&r1=1616457&r2=1616458&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Aug  7 10:01:58 2014
@@ -81,6 +81,12 @@
         Cédric Couralet. (markt)
       </fix>
       <fix>
+        <bug>56736</bug>: Avoid an incorrect <code>IllegalStateException</code>
+        if the async timeout fires after a non-container thread has called
+        <code>AsyncContext.dispatch()</code> but before a container thread
+        starts processing the dispatch. (markt)
+      </fix>
+      <fix>
         <bug>56739</bug>: If an application handles an error on an application
         thread during asynchronous processing by calling
         <code>HttpServletResponse.sendError()</code>, then ensure that the



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org