epugh commented on PR #4215:
URL: https://github.com/apache/solr/pull/4215#issuecomment-4084108580
Okay, I looked some more at the use of the `ALLOW_PATHS_SYSPROP` in our unit
tests, and I think it's primarily driven by our `solr-tests.policy` use
requiring it, not of our actual java code.... I almost wonder if we could
just remove it since we are eliminating Security Manager:
`solr-tests.policy`
```
permission java.io.FilePermission "${solr.security.allow.paths}",
"read,write,delete,readlink";
permission java.io.FilePermission "${solr.security.allow.paths}${/}-",
"read,write,delete,readlink";
```
--
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]