Author: markt
Date: Mon Aug 6 19:35:50 2018
New Revision: 1837551
URL: http://svn.apache.org/viewvc?rev=1837551&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62559
jarsToSkip += jaxb-*.jar
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=1837551&r1=1837550&r2=1837551&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.properties (original)
+++ tomcat/trunk/conf/catalina.properties Mon Aug 6 19:35:50 2018
@@ -148,6 +148,7 @@ icu4j-*.jar,\
jasper-el.jar,\
jasper.jar,\
jaspic-api.jar,\
+jaxb-*.jar,\
jaxen-*.jar,\
jdom-*.jar,\
jetty-*.jar,\
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1837551&r1=1837550&r2=1837551&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Aug 6 19:35:50 2018
@@ -91,6 +91,10 @@
logout when the authenticator was configured to cache the authenticated
Principal. Patch provided by Guillermo González de Agüero. (markt)
</fix>
+ <add>
+ <bug>62559</bug>: Add <code>jaxb-*.jar</code> to the list of JARs
+ ignored by <code>StandardJarScanner</code>. (markt)
+ </add>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]