Lorenz Quack created QPID-7065:
----------------------------------
Summary: [Java Broker] Wrong RegEx prohibits HA VHNs with dash
("-") in host address
Key: QPID-7065
URL: https://issues.apache.org/jira/browse/QPID-7065
Project: Qpid
Issue Type: Bug
Components: Java Broker
Reporter: Lorenz Quack
Currently the regular expression governing the validity of the host address for
HA VirtualHostNodes contains the following character class {{[0-9a-zA-Z.-_]}}
the intention of the last part is to allow dots, dashes, and underscores.
However, it is interpreted as the ASCII range between the dot (2E) and
underscore (5F) which includes things like {{\/[]<>^=?}} but not the dash (2D).
The relevant function {{nodeAddressOrContextVarRegexp()}} is in
{{broker-plugins/management-http/src/main/java/resources/js/qpid/common/util.js}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]