Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 89817 invoked from network); 15 Dec 2010 14:17:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 14:17:23 -0000 Received: (qmail 98683 invoked by uid 500); 15 Dec 2010 14:17:23 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 98564 invoked by uid 500); 15 Dec 2010 14:17:22 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 98555 invoked by uid 500); 15 Dec 2010 14:17:22 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 98548 invoked by uid 99); 15 Dec 2010 14:17:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:17:21 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:17:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBFEH0OA014419 for ; Wed, 15 Dec 2010 14:17:01 GMT Message-ID: <10558418.135721292422620920.JavaMail.jira@thor> Date: Wed, 15 Dec 2010 09:17:00 -0500 (EST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-3434) CamelContext - Use consistent endpoint key lookup in internal EndpointRegistry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 CamelContext - Use consistent endpoint key lookup in internal EndpointRegistry ------------------------------------------------------------------------------ Key: CAMEL-3434 URL: https://issues.apache.org/jira/browse/CAMEL-3434 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.5.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.6.0 To ensure we have a consistent lookup where endpoint uri's are normalized, so we can lookup the "same" endpoint. Even if the uri has parameters which are out of order. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.