mlbiscoc commented on PR #3263: URL: https://github.com/apache/solr/pull/3263#issuecomment-2738080063
> A quick google suggests we should add this to our tests policy for the security manager: > > ``` > `permission java.lang.RuntimePermission "accessUserInformation";` > ``` > > But it wasn't needed before... nonetheless if this fixes the matter then it's fine. Eventually we'll be disabling the security manager and perhaps implementing other measures to stop tests from writing where they shouldn't. I think that worked. I removed permissions from `default.policy` on my local machine to reproduce and added in the `accessUserInformation` in [6b37693](https://github.com/apache/solr/pull/3263/commits/6b376931d3d934f4ea029e49c99d0c004d0d9ca0) which looks to pass now. -- 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