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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org