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 RouteManager.targets went from Map<Route,TargetType> targets to List<RouteTargetType> 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.