[jira] [Commented] (HTTPCLIENT-1246) Patch for JmxEnabledHttpClient

2015-04-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14487292#comment-14487292 ] Oleg Kalnichevski commented on HTTPCLIENT-1246: --- No, it did not. There

Re: SSL socket timeouts with SolrJ usage of HttpClient

2015-04-09 Thread Oleg Kalnichevski
On Thu, 2015-04-09 at 10:41 -0400, Karl Wright wrote: Hi Oleg, I've been looking at the tickets for potential issues with SSL socket timeout values not being honored in some versions of HttpClient, and I must say I'm not clear where things stand. I have a ManifoldCF user who is seeing

Re: SSL socket timeouts with SolrJ usage of HttpClient

2015-04-09 Thread Karl Wright
Hi Oleg, Can you verify that the following code is not setting any parameter that will have no effect because of the context in which I'm setting it? It's not easy to determine this without looking through much code. // Initialize standard solr-j. // First, we need an HttpClient where

Re: Addresses that do not Resolve an IP will cause an Error.

2015-04-09 Thread Lucas Sapp
The DNS resolver is part of the problem creating a custom DnsResolver does not appear to resolve the issue. If the address is https://facebookcorewwwi.onion/ the server tries to resolve this and fails, no ip address exists. This results in an UnknownHostException which is the correct behavior if