Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 65583 invoked from network); 4 Jul 2008 00:01:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 00:01:05 -0000 Received: (qmail 89131 invoked by uid 500); 4 Jul 2008 00:01:06 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 89113 invoked by uid 500); 4 Jul 2008 00:01:06 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 89102 invoked by uid 99); 4 Jul 2008 00:01:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 17:01:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 00:00:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0A71D234C14F for ; Thu, 3 Jul 2008 17:00:45 -0700 (PDT) Message-ID: <1493774655.1215129645041.JavaMail.jira@brutus> Date: Thu, 3 Jul 2008 17:00:45 -0700 (PDT) From: "David Primmer (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Updated: (ABDERA-183) recent introduction of RouteTargetType has hidden some data. this fix creates some accessors In-Reply-To: <607920549.1215128384977.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ABDERA-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Primmer updated ABDERA-183: --------------------------------- Attachment: abdera-182_add_accessor_for_RouteTargetType.patch > recent introduction of RouteTargetType has hidden some data. this fix creates some accessors > -------------------------------------------------------------------------------------------- > > Key: ABDERA-183 > URL: https://issues.apache.org/jira/browse/ABDERA-183 > Project: Abdera > Issue Type: Bug > Reporter: David Primmer > Attachments: abdera-182_add_accessor_for_RouteTargetType.patch > > > RouteManager.targets went from Map targets to List targets > this change > http://svn.apache.org/viewvc/incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/RouteManager.java?view=diff&r1=670020&r2=670021&pathrev=670021 > creates a new RouteTargetType but made no accessor methods. I will attach a patch to make public accessors since I subclass routemanager and depend on accessing the targets list for resolving routes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.