You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/06/19 22:13:00 UTC

[jira] [Updated] (ARTEMIS-1890) # any-word wildcard doesn't match zero words if not used at the end of a wildcard expression

     [ https://issues.apache.org/jira/browse/ARTEMIS-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic updated ARTEMIS-1890:
-------------------------------------
    Fix Version/s: 2.7.0

> # any-word wildcard doesn't match zero words if not used at the end of a wildcard expression
> --------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1890
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1890
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.6.0
>            Reporter: Johan Stenberg
>            Priority: Critical
>             Fix For: 2.7.0
>
>         Attachments: Artemis1890_AnyWordWildCard_Test.java
>
>
> [https://activemq.apache.org/artemis/docs/latest/wildcard-syntax.html] states that the {{#}} wildcard character means _"match any sequence of *zero* or more words"_. This however is only true if the wild card is the last character in a wildcard expression. If any word comes after the wildcard character then the actual behavior is _"match any sequence of *one* or more words"_
> This means, the pattern {{topics.#.FOO}} matches {{topics.abc.FOO}} but not {{topics.FOO}}
> I am attaching a test case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)