You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Konstantin Kolinko <kn...@gmail.com> on 2009/12/24 14:00:06 UTC

Re: svn commit: r893741 - in /tomcat/trunk: conf/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/

2009/12/24  <ma...@apache.org>:
> 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.

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

Best regards,
Konstantin Kolinko

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


Re: svn commit: r893741 - in /tomcat/trunk: conf/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/

Posted by Mark Thomas <ma...@apache.org>.
On 24/12/2009 13:00, Konstantin Kolinko wrote:
> 2009/12/24  <ma...@apache.org>:
>> 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org