Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 2619 invoked from network); 25 Sep 2006 13:21:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 13:21:58 -0000 Received: (qmail 67914 invoked by uid 500); 25 Sep 2006 13:21:52 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 67553 invoked by uid 500); 25 Sep 2006 13:21:49 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 67342 invoked by uid 99); 25 Sep 2006 13:21:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 06:21:48 -0700 X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=SUBJECT_NOVOWEL Received: from [209.237.227.198] ([209.237.227.198:52850] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 6E/67-13750-8E7D7154 for ; Mon, 25 Sep 2006 06:21:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2418E71428E for ; Mon, 25 Sep 2006 13:17:50 +0000 (GMT) Message-ID: <21909314.1159190270120.JavaMail.jira@brutus> Date: Mon, 25 Sep 2006 06:17:50 -0700 (PDT) From: "Roland Weber (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Created: (HTTPCORE-13) AbstractHttpProcessor is not really abstract MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N AbstractHttpProcessor is not really abstract -------------------------------------------- Key: HTTPCORE-13 URL: http://issues.apache.org/jira/browse/HTTPCORE-13 Project: HttpComponents Core Issue Type: Improvement Components: HttpCore Affects Versions: 4.0-alpha3 Reporter: Roland Weber Assigned To: Roland Weber Priority: Minor AbstractHttpProcessor is declared abstract though it does not have any abstract method. This artificially restricts use of the base class functionality to subclassing and prohibits use by reference. That is one of the reasons why HttpAsync has an ugly AsyncHttpProcessor class. Patch follows. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org