git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981453
13f79535-47bb-0310-9956-
ffa450edef68
// 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";