madrob commented on a change in pull request #14:
URL: https://github.com/apache/solr/pull/14#discussion_r598863975



##########
File path: solr/solr-ref-guide/src/basic-authentication-plugin.adoc
##########
@@ -220,6 +220,17 @@ QueryResponse rsp = req.process(solrClient);
 
 While this is method is simple, it can often be inconvenient to ensure the 
credentials are provided everywhere they're needed.  It also doesn't work with 
the many `SolrClient` methods which don't consume `SolrRequest` objects.
 
+=== Per-Client credentials
+Http2SolrClient support setting the credentials a the client level when 
building it. This will ensure all requests issued with this particular client 
get the Basic Authentication headers set.

Review comment:
       s/support/supports
   s/a/at




-- 
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:
us...@infra.apache.org


Reply via email to