[ 
https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900982#comment-13900982
 ] 

Steve Davids commented on SOLR-3854:
------------------------------------

Seems like adding HttpClient wasn't necessary - was able to compile and run 
tests without it. Quick patch to revert:

{noformat}
Index: solr/core/ivy.xml
===================================================================
--- solr/core/ivy.xml   (revision 1566863)
+++ solr/core/ivy.xml   (working copy)
@@ -48,7 +48,6 @@
     <dependency org="org.easymock" name="easymock" 
rev="${/org.easymock/easymock}" conf="test->*"/>
     <dependency org="cglib" name="cglib-nodep" rev="${/cglib/cglib-nodep}" 
conf="test->*"/>
     <dependency org="org.objenesis" name="objenesis" 
rev="${/org.objenesis/objenesis}" conf="test->*"/>
-    <dependency org="org.apache.httpcomponents" name="httpclient" 
rev="${/org.apache.httpcomponents/httpclient}" conf="test->*"/>
 
     <dependency org="org.apache.hadoop" name="hadoop-common" 
rev="${/org.apache.hadoop/hadoop-common}" conf="compile.hadoop->*"/>
     <!--
{noformat}

> SolrCloud does not work with https
> ----------------------------------
>
>                 Key: SOLR-3854
>                 URL: https://issues.apache.org/jira/browse/SOLR-3854
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Sami Siren
>            Assignee: Mark Miller
>             Fix For: 5.0, 4.7
>
>         Attachments: SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, 
> SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, 
> SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, 
> SOLR-3854v2.patch, SOLR-3854v3.patch
>
>
> There are a few places in current codebase that assume http is used. This 
> prevents using https when running solr in cloud mode.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to