You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2015/05/22 23:34:15 UTC

svn commit: r1681237 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/tools/ lucene/tools/junit4/solr-tests.policy lucene/tools/junit4/tests.policy

Author: uschindler
Date: Fri May 22 21:34:15 2015
New Revision: 1681237

URL: http://svn.apache.org/r1681237
Log:
Merged revision(s) 1681236 from lucene/dev/trunk:
Remove hack for localhost address of old FreeBSD build machine

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/tools/   (props changed)
    lucene/dev/branches/branch_5x/lucene/tools/junit4/solr-tests.policy
    lucene/dev/branches/branch_5x/lucene/tools/junit4/tests.policy

Modified: lucene/dev/branches/branch_5x/lucene/tools/junit4/solr-tests.policy
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/tools/junit4/solr-tests.policy?rev=1681237&r1=1681236&r2=1681237&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/tools/junit4/solr-tests.policy (original)
+++ lucene/dev/branches/branch_5x/lucene/tools/junit4/solr-tests.policy Fri May 22 21:34:15 2015
@@ -38,10 +38,6 @@ grant {
   permission java.net.SocketPermission "127.0.0.1:1024-", "accept,listen";
   permission java.net.SocketPermission "[::1]:1024-", "accept,listen";
   
-  // This is a special case, because the network config of the ASF Jenkins server is broken,
-  // see: http://freebsd.1045724.n5.nabble.com/jail-external-and-localhost-distinction-td3967320.html
-  permission java.net.SocketPermission "lucene.zones.apache.org:1024-", "accept,listen";
-  
   // Allow connecting to the internet anywhere
   permission java.net.SocketPermission "*", "connect,resolve";
   

Modified: lucene/dev/branches/branch_5x/lucene/tools/junit4/tests.policy
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/tools/junit4/tests.policy?rev=1681237&r1=1681236&r2=1681237&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/tools/junit4/tests.policy (original)
+++ lucene/dev/branches/branch_5x/lucene/tools/junit4/tests.policy Fri May 22 21:34:15 2015
@@ -102,10 +102,6 @@ grant {
   permission java.net.SocketPermission "127.0.0.1:1024-", "accept,listen,connect,resolve";
   permission java.net.SocketPermission "[::1]:1024-", "accept,listen,connect,resolve";
   
-  // This is a special case, because the network config of the ASF Jenkins server is broken,
-  // see: http://freebsd.1045724.n5.nabble.com/jail-external-and-localhost-distinction-td3967320.html
-  permission java.net.SocketPermission "lucene.zones.apache.org:1024-", "accept,listen,connect,resolve";
-
   // SSL related properties for jetty
   permission java.security.SecurityPermission "getProperty.ssl.KeyManagerFactory.algorithm";
   permission java.security.SecurityPermission "getProperty.ssl.TrustManagerFactory.algorithm";