Author: kkolinko Date: Mon Oct 15 09:18:59 2012 New Revision: 1398228 URL: http://svn.apache.org/viewvc?rev=1398228&view=rev Log: Created an issue in bugzilla and uploaded the patch there. The patch is the same as proposed earlier (just combined two patches into one patch file), so no changes in the votes.
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1398228&r1=1398227&r2=1398228&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Oct 15 09:18:59 2012 @@ -31,14 +31,13 @@ PATCHES ACCEPTED TO BACKPORT: PATCHES PROPOSED TO BACKPORT: [ New proposals should be added at the end of the list ] -* Fix autodeployment of applications that have configuration errors. +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54007 + Fix deployment of applications that have configuration errors. If autodeployment fails, create DeployedApplication object and register what we deployed (xml or war or dir - a single file) as redeployResource. If it is updated the application will be redeployed. - + ContainerBase patch adds display of failed apps in manager. They can be - listed and undeployed. - http://people.apache.org/~kkolinko/patches/2011-11-14_tc6_HostConfig.patch - http://people.apache.org/~kkolinko/patches/2011-11-14_tc6_ContainerBase.patch + Note that this includes a change to ContainerBase.addChild(). + https://issues.apache.org/bugzilla/attachment.cgi?id=29477 +1: kkolinko, schultz +0: kfujino: Question of if host.addChild(context) threw IllegalStateException. E.g. case of deployDirectory. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org