projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57230f5
)
- Fix typo in policy file.
author
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Dec 2006 14:25:11 +0000
(14:25 +0000)
committer
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Dec 2006 14:25:11 +0000
(14:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@483089
13f79535
-47bb-0310-9956-
ffa450edef68
conf/catalina.policy
patch
|
blob
|
history
diff --git
a/conf/catalina.policy
b/conf/catalina.policy
index
0fa753e
..
c1850a9
100644
(file)
--- a/
conf/catalina.policy
+++ b/
conf/catalina.policy
@@
-40,7
+40,7
@@
grant codeBase "file:${java.home}/lib/ext/-" {
// ========== CATALINA CODE PERMISSIONS =======================================
-/ These permissions apply to the daemon code
+/
/
These permissions apply to the daemon code
grant codeBase "file:${catalina.home}/bin/commons-daemon.jar" {
permission java.security.AllPermission;
};