> From: Mark Thomas [mailto:markt@apache.org]
> Subject: Re: JarScanning
> > 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
Didn't realize globbing was allowed; thanks for the clarification.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus
for use only by the intended recipient. If you received this in error, please contact the
sender and delete the e-mail and its attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|