From 4f0b840c4061ecb13be7b071479700004f16b3d9 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 2 Aug 2010 11:00:51 +0000 Subject: [PATCH] nit git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981453 13f79535-47bb-0310-9956-ffa450edef68 --- conf/catalina.policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/catalina.policy b/conf/catalina.policy index 511e8645c..200936ac4 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -121,7 +121,7 @@ grant codeBase "file:${catalina.home}/lib/-" { // These permissions are granted by default to all web applications // In addition, a web application will be given a read FilePermission // and JndiPermission for all files and directories in its document root. -grant { +grant { // Required for JNDI lookup of named JDBC DataSource's and // javamail named MimePart DataSource used to send mail permission java.util.PropertyPermission "java.home", "read"; -- 2.11.0