2013/11/23 Mark Thomas <ma...@apache.org>:
> On 22/11/2013 20:47, Konstantin Kolinko wrote:
>> Hi!
>>
>> In Tomcat 8 the default list of jars to skip is provided to
>> StandardJarScanFilter by the following system property:
>>
>>> "tomcat.util.scan.StandardJarScanFilter.jarsToSkip"
>>
>> It differs from the property used by Tomcat 7:
>>
>>> "tomcat.util.scan.DefaultJarScanner.jarsToSkip"
>>
>> I find this inconvenient. I propose to change it back to the name used
>> by Tomcat 7, because it is the same feature.
>
> -0. It is the same feature but a different implementation that is part
> of a broader refactoring. I'd prefer something like using the new
> property but falling back to the old one if the new one can't be found.
>

It is just a property name. There is no such class as
"DefaultJarScanner" in neither version of Tomcat, it is called
StandardJarScanner in both 7 and 8.

The list of ignored JARs can be long and it is better to configure and
manage it once, regardless of version.

>From usage point of view this is the same feature, but different configuration.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to