update perm to get test working

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@732 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-08-17 23:58:10 +00:00
parent 1b4d8bf8f2
commit 8e7032aa42
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ grant codeBase "file:${jetty.home}/lib/-" {
//
grant codeBase "file:${java.io.tmpdir}/-" {
permission java.io.FilePermission "${jetty.home}${/}webapps${/}-", "read"; // Ought to go up a specific codebase
permission java.io.FilePermission "${java.io.tmpdir}${/}-", "read";
permission java.util.PropertyPermission "org.eclipse.jetty.util.log.class", "read";
permission java.util.PropertyPermission "org.eclipse.jetty.util.log.IGNORED", "read";