Author: markt Date: Tue Apr 22 12:11:34 2014 New Revision: 1589102 URL: http://svn.apache.org/r1589102 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=1589102&r1=1589101&r2=1589102&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Apr 22 12:11:34 2014 @@ -218,6 +218,12 @@ write call backs can not be destroyed when the web application is stopped. (markt) </add> + <fix> + Ensure that threads created to support WebSocket clients are stopped + when no longer required. This will happen automatically for WebSocket + client connections initiated by web applications but stand alone clients + must call <code>WsWebSocketContainer.destroy()</code>. (markt) + </fix> </changelog> </subsection> <subsection name="Web applications"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org