Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 49693 invoked from network); 9 Oct 2007 14:37:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 14:37:24 -0000 Received: (qmail 31443 invoked by uid 500); 9 Oct 2007 14:32:39 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 31417 invoked by uid 500); 9 Oct 2007 14:32:39 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 31406 invoked by uid 99); 9 Oct 2007 14:32:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 07:32:39 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 14:32:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F0AC57141FE for ; Tue, 9 Oct 2007 07:32:22 -0700 (PDT) Message-ID: <29939350.1191940342982.JavaMail.jira@brutus> Date: Tue, 9 Oct 2007 07:32:22 -0700 (PDT) From: "Christian Burger (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1454) ActiveMQDestination.setPhysicalName(): checking invalid wildcard to identify pattern "<" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org ActiveMQDestination.setPhysicalName(): checking invalid wildcard to identify pattern "<" ---------------------------------------------------------------------------------------- Key: AMQ-1454 URL: https://issues.apache.org/activemq/browse/AMQ-1454 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 4.1.1 Reporter: Christian Burger Fix For: 4.1.2 ActiveMQDestination.setPhysicalName(): checking invalid wildcard to identify pattern "<" if (!isTemporary() && (physicalName.indexOf("*") >= 0 || physicalName.indexOf("<") >= 0)) I think you should check for ">". I order to confirm my thinking I downloaded the 5.0 snapshot and there you changed already. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.