Author: kkolinko
Date: Mon Feb 11 13:50:46 2019
New Revision: 1853371
URL: http://svn.apache.org/viewvc?rev=1853371&view=rev
Log:
Simplify the value of jarsToSkip property in catalina.properties file for
tomcat-i18n jar files.
Use prefix pattern instead of listing each language.
Modified:
tomcat/trunk/conf/catalina.properties
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/conf/catalina.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.properties?rev=1853371&r1=1853370&r2=1853371&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.properties (original)
+++ tomcat/trunk/conf/catalina.properties Mon Feb 11 13:50:46 2019
@@ -172,16 +172,7 @@ tagsoup-*.jar,\
tomcat-api.jar,\
tomcat-coyote.jar,\
tomcat-dbcp.jar,\
-tomcat-i18n-cs.jar,\
-tomcat-i18n-de.jar,\
-tomcat-i18n-en.jar,\
-tomcat-i18n-es.jar,\
-tomcat-i18n-fr.jar,\
-tomcat-i18n-ja.jar,\
-tomcat-i18n-ko.jar,\
-tomcat-i18n-pt-BR.jar,\
-tomcat-i18n-ru.jar,\
-tomcat-i18n-zh-CN.jar,\
+tomcat-i18n-*.jar,\
tomcat-jdbc.jar,\
tomcat-jni.jar,\
tomcat-juli-adapters.jar,\
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1853371&r1=1853370&r2=1853371&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Feb 11 13:50:46 2019
@@ -53,6 +53,11 @@
via the standard <code>PushBuilder</code> methods for working with HTTP
headers. (markt)
</fix>
+ <update>
+ Simplify the value of <code>jarsToSkip</code> property in
+ <code>catalina.properties</code> file for tomcat-i18n jar files.
+ Use prefix pattern instead of listing each language. (kkolinko)
+ </update>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]