Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-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 F3B6CE276 for ; Tue, 1 Jan 2013 02:06:12 +0000 (UTC) Received: (qmail 528 invoked by uid 500); 1 Jan 2013 02:06:12 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 499 invoked by uid 500); 1 Jan 2013 02:06:12 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 490 invoked by uid 99); 1 Jan 2013 02:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jan 2013 02:06:12 +0000 Date: Tue, 1 Jan 2013 02:06:12 +0000 (UTC) From: "Noah Levitt (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPCLIENT-1288) abortable http request that doesn't enforce strict uri syntax 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/HTTPCLIENT-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noah Levitt updated HTTPCLIENT-1288: ------------------------------------ Attachment: httpclient-1288-20121231180347.diff [^httpclient-1288-20121231180347.diff] patch refactoring abortability into new abstract class AbortableHttpRequestBase, which HttpRequestBase extends, and adding classes BasicAbortableHttpRequest and BasicAbortableHttpEntityEnclosingRequest > abortable http request that doesn't enforce strict uri syntax > ------------------------------------------------------------- > > Key: HTTPCLIENT-1288 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1288 > Project: HttpComponents HttpClient > Issue Type: Bug > Affects Versions: 4.3 Alpha1 > Reporter: Noah Levitt > Attachments: httpclient-1288-20121231180347.diff > > > For heritrix we need an abortable http request that doesn't enforce strict uri syntax. Currently HttpRequestBase contains both the abortability code and the uri syntax enforcement. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org