History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1454
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Jencks
Reporter: Christian Burger
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

ActiveMQDestination.setPhysicalName(): checking invalid wildcard to identify pattern "<"

Created: 09/Oct/07 07:31 AM   Updated: 24/Mar/08 03:57 PM
Component/s: Broker
Affects Version/s: 4.1.1
Fix Version/s: 4.1.2

Time Tracking:
Not Specified


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
David Jencks - 24/Mar/08 03:57 PM
Fixed rev 640629.