Author: markt Date: Tue May 21 20:02:41 2013 New Revision: 1484924 URL: http://svn.apache.org/r1484924 Log: Make deletion of the copied WARs used for anti-resource locking more robust if the context fails to start (there were some circumstances where the original WAR could get deleted). (missed in previous commit)
Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1484862 Merged /tomcat/tc7.0.x/trunk:r1484919 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1484924&r1=1484923&r2=1484924&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue May 21 20:02:41 2013 @@ -43,6 +43,17 @@ <!-- Section names: General, Catalina, Coyote, Jasper, Cluster, Web applications, Other --> +<section name="Tomcat 6.0.38 (jfclere)"> + <subsection name="Catalina"> + <changelog> + <fix> + Ensure that when Tomcat's anti-resource locking features are used + that the temporary copy of the web application and not the original is + removed when the web application stops. (markt) + </fix> + </changelog> + </subsection> +</section> <section name="Tomcat 6.0.37 (jfclere)"> <subsection name="Catalina"> <changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org