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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15147200#comment-15147200 ] 

ASF subversion and git services commented on QPID-7065:
-------------------------------------------------------

Commit 1730494 from [~lorenz.quack] in branch 'java/trunk'
[ https://svn.apache.org/r1730494 ]

QPID-7065: [Java Broker] Fix RegEx to allow HA VHNs with dash ("-") in host address

> [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