This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 9400421  Document BZ 65714 as a known issue
9400421 is described below

commit 940042172f4059d074b55a9fed3eee575185e270
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Dec 9 16:31:41 2021 +0000

    Document BZ 65714 as a known issue
---
 webapps/docs/security-manager-howto.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/webapps/docs/security-manager-howto.xml 
b/webapps/docs/security-manager-howto.xml
index 6a6d603..f0c0779 100644
--- a/webapps/docs/security-manager-howto.xml
+++ b/webapps/docs/security-manager-howto.xml
@@ -65,6 +65,19 @@
 </section>
 
 
+<section name="Known Issues">
+
+  <p>As of Java 17, the SecurityManager has been deprecated with the 
expectation
+  that it will be removed in a future Java version. Users currently using a
+  SecurityManager are recommended to start planning for its removal.</p>
+
+  <p>There is a known issue (<bug>bug 65714</bug>) using NIO2 with TLS under a
+  SecurityManager. The recommendation for users affected by this issue is to
+  either move away from using a SecurityManager or switch from NIO2 to NIO.</p>
+
+</section>
+
+
 <section name="Permissions">
 
   <p>Permission classes are used to define what Permissions a class loaded

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

Reply via email to