Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2995E91CB for ; Wed, 23 May 2012 09:53:43 +0000 (UTC) Received: (qmail 24150 invoked by uid 500); 23 May 2012 09:53:41 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 24073 invoked by uid 500); 23 May 2012 09:53:41 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 24059 invoked by uid 99); 23 May 2012 09:53:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 09:53:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E96E3142826 for ; Wed, 23 May 2012 09:53:40 +0000 (UTC) Date: Wed, 23 May 2012 09:53:40 +0000 (UTC) From: "Sami Siren (JIRA)" To: dev@lucene.apache.org Message-ID: <2136799487.11045.1337766820959.JavaMail.jiratomcat@issues-vm> In-Reply-To: <770463686.11041.1337766701150.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (SOLR-3480) Refactor httpclient impl details into a utility class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated SOLR-3480: ----------------------------- Attachment: SOLR-3480.patch > Refactor httpclient impl details into a utility class > ----------------------------------------------------- > > Key: SOLR-3480 > URL: https://issues.apache.org/jira/browse/SOLR-3480 > Project: Solr > Issue Type: Improvement > Components: clients - java, replication (java), SolrCloud > Reporter: Sami Siren > Assignee: Sami Siren > Priority: Minor > Attachments: SOLR-3480.patch > > > Currently there are multiple classes that deal with the impl details of httpclient when setting timeouts, basic auth details, retry handling, compression etc. I am proposing that we instead move this functionality into a reusable utility class. > The ultimate goal is to be able to easily use for example https or basic auth (that can already be used in some parts of solr) throughout solr but that will require some more work. > I will submit a patch shortly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org