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.