This is an automated email from the ASF dual-hosted git repository.
csutherl pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 666af21 Fix typo
666af21 is described below
commit 666af217f229358f6f7874513b6c3e3ab4249356
Author: Coty Sutherland <[email protected]>
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 4168720..3e16824 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: [email protected]
For additional commands, e-mail: [email protected]