[
https://issues.apache.org/jira/browse/DISPATCH-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17024585#comment-17024585
]
ASF subversion and git services commented on DISPATCH-1553:
-----------------------------------------------------------
Commit 289fabc2e5d3ae70d629cc0c98f4b3e63a97c47d in qpid-dispatch's branch
refs/heads/master from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=289fabc ]
DISPATCH-1553: disallow problematic characters in router.id attribute
Disallow control and whitespace characters as defined by
unicodedata.category C* and Z*.
> Router ID text name is not restricted
> -------------------------------------
>
> Key: DISPATCH-1553
> URL: https://issues.apache.org/jira/browse/DISPATCH-1553
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Router Node
> Affects Versions: 1.10.0
> Reporter: Charles E. Rolke
> Priority: Major
>
> The router allows unicode, punctuation, and escaped characters in the Router
> ID attribute string. It is possible to construct an ID that becomes
> python-escaped when displayed in qdstat and log files. The output is
> confusing to read and hard to consume with automated tools since the strings
> are different in a) the config file, b) over the wire between routers, and c)
> in qdstat and logs.
> The proposal here is to limit the characters allowed in a Router ID to the
> following printable ASCII characters:
> * A-Z - uppercase letters
> * a-z - lowercase letters
> * 0-9 - numeric digits
> * '-' - hyphen
> * '.' - period
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]