Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-1454

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1.1
    • 4.1.2
    • Broker
    • None

    Description

      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.

      Attachments

        Activity

          People

            djencks David Jencks
            cbu Christian Burger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: