You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2015/02/25 19:49:35 UTC

svn commit: r1662293 - /lucene/dev/trunk/lucene/tools/junit4/tests.policy

Author: rmuir
Date: Wed Feb 25 18:49:35 2015
New Revision: 1662293

URL: http://svn.apache.org/r1662293
Log:
LUCENE-6238: add policy oddity to trunk too

Modified:
    lucene/dev/trunk/lucene/tools/junit4/tests.policy

Modified: lucene/dev/trunk/lucene/tools/junit4/tests.policy
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/tools/junit4/tests.policy?rev=1662293&r1=1662292&r2=1662293&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/tools/junit4/tests.policy (original)
+++ lucene/dev/trunk/lucene/tools/junit4/tests.policy Wed Feb 25 18:49:35 2015
@@ -62,6 +62,8 @@ grant {
   // analyzers/uima: needed by UIMA message localization... (?)
   permission java.lang.RuntimePermission "createSecurityManager";
   permission java.lang.RuntimePermission "createClassLoader";
+  // expressions TestCustomFunctions (only on older java8?)
+  permission java.lang.RuntimePermission "getClassLoader";
   // needed to test unmap hack on platforms that support it
   permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";