[
https://issues.apache.org/jira/browse/ARTEMIS-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481186#comment-17481186
]
ASF subversion and git services commented on ARTEMIS-3530:
----------------------------------------------------------
Commit 01d7cb6d7207dcd78687bb98413583c8831fe72f in activemq-artemis's branch
refs/heads/2.19.x from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=01d7cb6 ]
ARTEMIS-3530 space in role list breaks user listing
(cherry picked from commit 6d52f20eddec2a05aa15f7c227e3803e2730fa22)
> Space in role list breaks user listing
> --------------------------------------
>
> Key: ARTEMIS-3530
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3530
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.18.0
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Fix For: 2.20.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> If we have a {{artemis-roles.properties}} like so:
> {code:java}
> role1 = user1, user2
> role2 = user2{code}
> however, when I display the list of users through the cli I get:
> {code:java}
> $ ./artemis user list
> Connection brokerURL = tcp://localhost:61616
> --- "user"(roles) ---
> "user2"(role2)
> "user1"(role1){code}
> {{user2}} should have the {{role1}} role as well.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)