markrmiller commented on a change in pull request #585:
URL: https://github.com/apache/solr/pull/585#discussion_r811513061
##########
File path: gradle/testing/randomization/policies/solr-tests.policy
##########
@@ -38,6 +38,13 @@ grant {
// TestConfigSets messes with these (wtf?)
permission java.io.FilePermission "/path/to/solr/home/lib", "read";
+ // hdfs name node uses jetty, ends up with a JarResource in
AllowedResourceAliasChecker#doStart
+ // which ends up needing to be able to read '/', see HttpServer2 - there is
a comment I saw that
+ // indicated there may be a way to supply a custom AliasChecker
+ permission java.io.FilePermission "/", "read";
Review comment:
10.0.8 breaks the S3 Spring dependency again. I'll see if a different
version works out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]