2013/1/30 <ma...@apache.org>: > Author: markt > Date: Tue Jan 29 20:18:51 2013 > New Revision: 1440097 > > URL: http://svn.apache.org/viewvc?rev=1440097&view=rev > Log: > Proposal > > 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=1440097&r1=1440096&r2=1440097&view=diff > ============================================================================== > --- tomcat/tc6.0.x/trunk/STATUS.txt (original) > +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jan 29 20:18:51 2013 > @@ -112,6 +112,12 @@ PATCHES PROPOSED TO BACKPORT: > +1: schultz > -1: > > +* Better error reporting id context.xml cannot be parsed > + http://svn.apache.org/viewvc?rev=1440096&view=rev > + +1: markt > + -1:
Looking at where "digester.parse(..)" is called in HostConfig in Tomcat 6, there is no need for this patch. There is wider try/catch(Throwable) around there that already prints the exception. The local try/catch(Exception) that you fixed was added to implement FailedContext and that feature was not backported to Tomcat 6. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org