Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 96722 invoked from network); 25 Sep 2006 18:01:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 18:01:15 -0000 Received: (qmail 5009 invoked by uid 500); 25 Sep 2006 18:01:09 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 4982 invoked by uid 500); 25 Sep 2006 18:01:09 -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 4911 invoked by uid 99); 25 Sep 2006 18:01:09 -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 11:01:09 -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:40051] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 88/FD-13750-25918154 for ; Mon, 25 Sep 2006 11:00:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B309F7142D5 for ; Mon, 25 Sep 2006 17:56:51 +0000 (GMT) Message-ID: <14211713.1159207011730.JavaMail.jira@brutus> Date: Mon, 25 Sep 2006 10:56:51 -0700 (PDT) From: "Roland Weber (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCORE-13) AbstractHttpProcessor is not really abstract In-Reply-To: <21909314.1159190270120.JavaMail.jira@brutus> 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 [ http://issues.apache.org/jira/browse/HTTPCORE-13?page=comments#action_12437623 ] Roland Weber commented on HTTPCORE-13: -------------------------------------- take 1 committed with minor modifications to JavaDocs I also fixed HttpAsync so that it compiles again. The async fix is minimal and ugly. Things will have to be straightened out later by eliminating AsyncHttpProcessor altogether. The remaining functionality used from HttpRequestExecutor can be provided in AbstractHttpDispatcher instead. cheers, Roland > 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 > Attachments: 2k6-09-25-core-proc-1.txt > > > 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