tflobbe opened a new pull request, #1511:
URL: https://github.com/apache/solr/pull/1511
This PR addresses `SOLR-16730` by completely skipping including the
username, roles and permissions when the request is an inter-node request to
`SystemInfoHandler`.
Having this part alone:
```
if (roles == null) {
info.add("permissions", Set.of());
}
```
should be enough to handle the NPE described in the Jira issue, but I think
it may be better to just skip this section for internal requests, since the
data displayed is unrelated to the user that issues the request.
--
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]