Broker complains when a dot is used in a dsub name
--------------------------------------------------
Key: APLO-136
URL: https://issues.apache.org/jira/browse/APLO-136
Project: ActiveMQ Apollo
Issue Type: Bug
Environment: apollo-1.0-20120124.204817-255
Reporter: Lionel Cons
The user manual states that: "Destination names are restricted to using the
characters a-z, A-Z, 0-9, _, - %, ~, ' ', or . in addition to composite
separator , and the wild card *.".
But when using a dot in a dsub, I get:
2012-01-25 08:20:15,588 | WARN |
org.apache.activemq.apollo.util.path.PathParser$PathException: Invalid
destination: 'test.mbtf.bb.e37a3633.c2', it does not match regex: [
a-zA-Z0-9\_\-\%\~]+ | org.apache.activemq.apollo.broker.Broker |
hawtdispatch-DEFAULT-1
Could dots be allowed in dsub too?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira