This is an automated email from the ASF dual-hosted git repository. csutherl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 4d94096 Fix typo 4d94096 is described below commit 4d940963dae60f42d5b918d8e5a7a9b997db84f2 Author: Coty Sutherland <csuth...@apache.org> AuthorDate: Wed Apr 22 15:02:19 2020 -0400 Fix typo --- conf/catalina.policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/catalina.policy b/conf/catalina.policy index 51c390f..2e6f8df 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -39,7 +39,7 @@ grant codeBase "file:${java.home}/jre/lib/ext/-" { permission java.security.AllPermission; }; -// These permissions apply to javac when ${java.home] points at $JAVA_HOME/jre +// These permissions apply to javac when ${java.home} points at $JAVA_HOME/jre grant codeBase "file:${java.home}/../lib/-" { permission java.security.AllPermission; }; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org