This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new d0cbf5e Document BZ 65714 as a known issue d0cbf5e is described below commit d0cbf5ebfc2f78d17dbdefbb4d9e510837abb39b 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