madrob commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r465147161
##########
File path:
solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClient.java
##########
@@ -358,7 +358,11 @@ protected HttpRequestBase
createMethod(@SuppressWarnings({"rawtypes"})SolrReques
if (parser == null) {
parser = this.parser;
}
-
+
+ Header[] contextHeaders = new Header[2];
+ contextHeaders[0] = new
BasicHeader(CommonParams.SOLR_REQUEST_CONTEXT_PARAM, getContext().toString());
Review comment:
https://lucene.apache.org/solr/guide/8_5/authentication-and-authorization-plugins.html#securing-inter-node-requests
has some ideas.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]