You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/05/10 09:45:11 UTC

svn commit: r1743139 - /tomcat/tc8.5.x/trunk/webapps/docs/config/listeners.xml

Author: markt
Date: Tue May 10 09:45:11 2016
New Revision: 1743139

URL: http://svn.apache.org/viewvc?rev=1743139&view=rev
Log:
Add information on which Java versions require this option

Modified:
    tomcat/tc8.5.x/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/tc8.5.x/trunk/webapps/docs/config/listeners.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/config/listeners.xml?rev=1743139&r1=1743138&r2=1743139&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/config/listeners.xml Tue May 10 09:45:11 2016
@@ -253,8 +253,10 @@
         class loader. The protection calls the <code>getPolicy()</code> method
         of this class to ensure that the static initializer is not triggered by
         a web application. Defaults to <code>true</code>.</p>
+        <p>Note: The underlying leak has been fixed in Java 7 update 51 onwards
+        and Java 8 onwards. This option is unnecessary if running on a fixed
+        version of Java.</p>
       </attribute>
-
       <attribute name="tokenPollerProtection" required="false">
         <p>Enables protection so that any token poller thread initialized by
         <code>sun.security.pkcs11.SunPKCS11.initToken()</code> does not



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