Author: kkolinko Date: Tue Sep 9 12:02:40 2014 New Revision: 1623779 URL: http://svn.apache.org/r1623779 Log: Improve changelog message for r1623691
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=1623779&r1=1623778&r2=1623779&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Sep 9 12:02:40 2014 @@ -117,9 +117,10 @@ Refactor to reduce code duplication identified by Simian. (markt) </scode> <fix> - When using parallel deployment, correctly undeploy context of old - version. Make sure that never undeploy older Context If current context - is not running. (kfujino) + When using parallel deployment and <code>undeployOldVersions</code> + feature is enabled on a Host, correctly undeploy context of old + version. Make sure that Tomcat does not undeploy older Context if + current context is not running. (kfujino) </fix> <fix> Fix a rare threading issue when locking resources via WebDAV. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org