GitHub user hgadre opened a pull request:
https://github.com/apache/lucene-solr/pull/140
[SOLR-9997] Enable configuring SolrHttpClientBuilder via java system â¦
â¦property
- Added support to configure SolrHttpClientBuilder via java system property
- Added a concrete implementation of HttpClientBuilderFactory which supports
preemptive basic authentication.
- Removed the hardcoded basic auth support from SolrCLI (and verified that
it works with basic auth plugin as well as with kerberos).
- Added support to log HTTP request/response for debugging authentication
issues
in HadoopAuthPlugin.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hgadre/lucene-solr SOLR-9997_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/140.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #140
----
commit 852668b0c7977aea9d73541e7d36e74e30165079
Author: Hrishikesh Gadre <[email protected]>
Date: 2017-01-18T20:31:20Z
[SOLR-9997] Enable configuring SolrHttpClientBuilder via java system
property
- Added support to configure SolrHttpClientBuilder via java system property
- Added a concrete implementation of HttpClientBuilderFactory which supports
preemptive basic authentication.
- Removed the hardcoded basic auth support from SolrCLI (and verified that
it works with basic auth plugin as well as with kerberos).
- Added support to log HTTP request/response for debugging authentication
issues
in HadoopAuthPlugin.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]