mirror of https://github.com/apache/lucene.git
SOLR-7911: Remove unwanted logging and no commit from CoreContainer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f6b72524c
commit
040849908c
|
@ -290,7 +290,6 @@ public class CoreContainer {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addHttpConfigurer(Object authcPlugin) {
|
private void addHttpConfigurer(Object authcPlugin) {
|
||||||
log.info("addHttpConfigurer()");//TODO no commit
|
|
||||||
if (authcPlugin instanceof HttpClientInterceptorPlugin) {
|
if (authcPlugin instanceof HttpClientInterceptorPlugin) {
|
||||||
// Setup HttpClient to use the plugin's configurer for internode communication
|
// Setup HttpClient to use the plugin's configurer for internode communication
|
||||||
HttpClientConfigurer configurer = ((HttpClientInterceptorPlugin) authcPlugin).getClientConfigurer();
|
HttpClientConfigurer configurer = ((HttpClientInterceptorPlugin) authcPlugin).getClientConfigurer();
|
||||||
|
|
Loading…
Reference in New Issue