You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Lorenz Quack (JIRA)" <ji...@apache.org> on 2016/02/15 11:52:18 UTC

[jira] [Updated] (QPID-7065) [Java Broker] Wrong RegEx prohibits HA VHNs with dash ("-") in host address

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

Lorenz Quack updated QPID-7065:
-------------------------------
    Fix Version/s: qpid-java-6.1
                   qpid-java-6.0.1

> [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
>             Fix For: qpid-java-6.0.1, qpid-java-6.1
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org