From: markt Date: Sat, 29 Nov 2008 20:20:06 +0000 (+0000) Subject: Lots of EL failures with a security manager without this. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1c6c12fb70304f4aed65db874bd30f64cd881e6e;p=tomcat7.0 Lots of EL failures with a security manager without this. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@721708 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/catalina.policy b/conf/catalina.policy index e7dde7373..edb601b8f 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -138,9 +138,9 @@ grant { permission java.lang.RuntimePermission "accessClassInPackage.org.apache.jasper.runtime"; permission java.lang.RuntimePermission "accessClassInPackage.org.apache.jasper.runtime.*"; - // Precompiled JSPs need access to this system property. + // Precompiled JSPs need access to these system properties. permission java.util.PropertyPermission "org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER", "read"; - + permission java.util.PropertyPermission "org.apache.el.parser.COERCE_TO_ZERO", "read"; };