GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/1519
ARTEMIS-1403 - Fix wildcard matching to always respect delimiters
The regular expressions for wildcard matching now properly respects the last
delimiter in a pattern and will not match a pattern missing the
delimiter by mistake
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1403
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1519.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1519
----
commit 8bd8e2bd5d4fc2fc3e69bcfbb20799bc55bc1e9e
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2017-09-07T11:57:38Z
ARTEMIS-1403 - Fix wildcard matching to always respect delimiters
The regular expressions for wildcard matching now properly respects the last
delimiter in a pattern and will not match a pattern missing the
delimiter by mistake
----
---