janhoy commented on code in PR #2259: URL: https://github.com/apache/solr/pull/2259#discussion_r1522841030
########## gradle/testing/randomization/policies/solr-tests.policy: ########## Review Comment: According to [docs](https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/net/URLPermission.html), it looks like a `-` acts as a recursive wildcard. I also think you could use wildcard for method, e.g. ``` permission "java.net.URLPermission" "https://127.0.0.1:*/solr/-", "*:*"; ``` -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org