You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/06/16 12:09:17 UTC

[47/50] [abbrv] lucene-solr:apiv2: SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh

SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5eabffc7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5eabffc7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5eabffc7

Branch: refs/heads/apiv2
Commit: 5eabffc79754f533654bcbc73ab6441e6059d45f
Parents: 5ee4e8a
Author: Noble Paul <no...@apache.org>
Authored: Tue Jun 14 20:08:08 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Tue Jun 14 20:08:08 2016 +0530

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/util/SolrCLI.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5eabffc7/solr/core/src/java/org/apache/solr/util/SolrCLI.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/util/SolrCLI.java b/solr/core/src/java/org/apache/solr/util/SolrCLI.java
index 474d1fc..34fda54 100644
--- a/solr/core/src/java/org/apache/solr/util/SolrCLI.java
+++ b/solr/core/src/java/org/apache/solr/util/SolrCLI.java
@@ -26,7 +26,6 @@ import java.net.ConnectException;
 import java.net.Socket;
 import java.net.SocketException;
 import java.net.URL;
-import java.nio.charset.StandardCharsets;
 import java.nio.file.Files;
 import java.nio.file.Path;
 import java.nio.file.Paths;