On 24/12/2009 13:00, Konstantin Kolinko wrote:
> 2009/12/24  <[email protected]>:
>> Author: markt
>> Date: Thu Dec 24 12:35:27 2009
>> New Revision: 893741
>>
>> URL: http://svn.apache.org/viewvc?rev=893741&view=rev
>> Log:
>> Have one list of JARs to ignore when scanning for config and make it 
>> configurable
>>
>> Modified:
>>    tomcat/trunk/conf/catalina.properties
>>    tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
>>    tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java
>>    tomcat/trunk/java/org/apache/jasper/compiler/TldLocationsCache.java
>>    tomcat/trunk/java/org/apache/tomcat/util/scan/DefaultJarScanner.java
>>
> 
> It would be nice to be able to have wildcards (regexps?) in this list.

It would. If you want to write the patch...

> E.g.:
>> +tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,\
> 
> -> other languages
> 
>> +commons-beanutils.jar,commons-collections.jar,commons-dbcp.jar,\
>> +commons-digester.jar,commons-fileupload-1.0.jar,commons-logging.jar,\
>> +commons-pool.jar,\
> 
> -> These can have version numbers in their names, e.g. 
> commons-logging-1.1.1.jar

Yep. The original list was just a straight copy from the existing code.
I am sure we will want to tweak it over time.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to