On 21/02/2013 16:39, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] Subject: JarScanning > >> jarsToScan This is a little more complicated. First of all, how >> does it work? The suggestion is: - If jarsToScan matches, scan it - >> else if jarsToSkip matches, skip it - else scan it > > From the above, it looks like the only purpose of jarsToScan is to > avoid checking the jarsToSkip list. Unless such checking is > expensive, this seems like an unnecessary complication.
It lets you do things like: jarsToScan=foo-bar.jar jarsToSkip=foo*.jar Also you can whitelist rather than blacklist like this: jarsToScan=foo.jar jarsToSkip=*.jar Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org