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 2015/02/11 15:29:16 UTC

svn commit: r1658970 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Author: markt
Date: Wed Feb 11 14:29:15 2015
New Revision: 1658970

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

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1658970&r1=1658969&r2=1658970&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Feb 11 14:29:15 2015
@@ -70,6 +70,11 @@
         of earlier versions and include a trailing separator if the real path
         refers to a directory. (markt)
       </fix>
+      <fix>
+        Ensure that Servlet 3.0 async requests where <code>startAsync()</code>
+        is called in one container thread and <code>dispatch()</code> is called
+        in a different container thread complete correctly. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">



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