summaryrefslogtreecommitdiff
path: root/dev-java/velocity/files/velocity-2.3-skipSecurityManager.patch
blob: 3375bce00eac2cfdad6746494c06222d1d901f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
bug #923612
--- a/src/test/java/org/apache/velocity/test/issues/VelTools66TestCase.java
+++ b/src/test/java/org/apache/velocity/test/issues/VelTools66TestCase.java
@@ -58,7 +58,6 @@ public class VelTools66TestCase
                 Velocity.RUNTIME_LOG_INSTANCE, new TestLogger());
 
         Velocity.init();
-        System.setSecurityManager(new TestSecurityManager());
 
     }