2014-11-22 15:43 GMT+03:00 <kkoli...@apache.org>: > Author: kkolinko > Date: Sat Nov 22 12:43:22 2014 > New Revision: 1641056 > > URL: http://svn.apache.org/r1641056 > Log: > Fix closing of Jars during annotation scanning. > With this all JarFactory.newInstance() calls are now followed by proper > Jar.close() calls.
For a record: Tomcat 7 is OK and already has the necessary Jar.close() calls. Best regards, Konstantin Kolinko > > Merged revisions r1640976, r1640978, r1641026, r1641051, r1641052 from > tomcat/trunk: > Fix Coverty issue 45316: close Jar resource after use. > Fix Coverty issue 45276: close Jar resource after use. > Rename method, because it creates Jar object that has to be close()'d and is > not a simple getter. (As I commented in Re: r1640978) > Fix missing Jar.close() in TagFileProcessor.loadTagFile(). --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org