Author: markt
Date: Sat May 5 19:40:41 2018
New Revision: 1831001
URL: http://svn.apache.org/viewvc?rev=1831001&view=rev
Log:
Remove unnecessary permission.
After this permission was first granted, the code that reads the property was
moved into a privileged block so this permission is no longer required.
Modified:
tomcat/trunk/conf/catalina.policy
Modified: tomcat/trunk/conf/catalina.policy
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.policy?rev=1831001&r1=1831000&r2=1831001&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.policy (original)
+++ tomcat/trunk/conf/catalina.policy Sat May 5 19:40:41 2018
@@ -172,10 +172,6 @@ grant {
permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.jasper.runtime.*";
- // Precompiled JSPs need access to these system properties.
- permission java.util.PropertyPermission
- "org.apache.el.parser.COERCE_TO_ZERO", "read";
-
// The cookie code needs these.
permission java.util.PropertyPermission
"org.apache.catalina.STRICT_SERVLET_COMPLIANCE", "read";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]