You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2018/10/24 03:50:51 UTC

svn commit: r1844718 - /tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml

Author: isapir
Date: Wed Oct 24 03:50:51 2018
New Revision: 1844718

URL: http://svn.apache.org/viewvc?rev=1844718&view=rev
Log:
Added JniLifecycleListener statement to security-howto BZ 62830

Modified:
    tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml

Modified: tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml?rev=1844718&r1=1844717&r2=1844718&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml Wed Oct 24 03:50:51 2018
@@ -239,8 +239,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org