Author: isapir Date: Wed Oct 24 03:50:41 2018 New Revision: 1844717 URL: http://svn.apache.org/viewvc?rev=1844717&view=rev Log: Added JniLifecycleListener statement to security-howto BZ 62830
Modified: tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml?rev=1844717&r1=1844716&r2=1844717&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml Wed Oct 24 03:50:41 2018 @@ -233,8 +233,9 @@ <p>The APR Lifecycle Listener is not stable if compiled on Solaris using gcc. If using the APR/native connector on Solaris, compile it with the Sun Studio compiler.</p> - - <p>The Security Listener should be enabled and configured as appropriate. + <p>The JNI Library Loading Listener may be used to load native code. It should + only be used to load trusted libraries.</p> + <p>The Security Lifecycle Listener should be enabled and configured as appropriate. </p> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org