This is an automated email from the ASF dual-hosted git repository. csutherl 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 a14251f Fix typo a14251f is described below commit a14251f7e46e36dcd24ccb0521649c3877567133 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