You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/21 18:15:55 UTC

[tomcat] branch main updated: policytool was removed in Java 10

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4d62d06  policytool was removed in Java 10
4d62d06 is described below

commit 4d62d064019f6e8ca63c82301c8244887ad59708
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Aug 21 19:15:47 2021 +0100

    policytool was removed in Java 10
---
 webapps/docs/security-manager-howto.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/webapps/docs/security-manager-howto.xml b/webapps/docs/security-manager-howto.xml
index 6a6d603..7082c09 100644
--- a/webapps/docs/security-manager-howto.xml
+++ b/webapps/docs/security-manager-howto.xml
@@ -115,10 +115,7 @@
   <p>The security policies implemented by the Java SecurityManager are
   configured in the <code>$CATALINA_BASE/conf/catalina.policy</code> file.
   This file completely replaces the <code>java.policy</code> file present
-  in your JDK system directories.  The <code>catalina.policy</code> file
-  can be edited by hand, or you can use the
-  <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/PolicyGuide.html">policytool</a>
-  application that comes with Java 1.2 or later.</p>
+  in your JDK system directories.</p>
 
   <p>Entries in the <code>catalina.policy</code> file use the standard
   <code>java.policy</code> file format, as follows:</p>

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