You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/10/21 09:47:00 UTC

[jira] [Commented] (ARTEMIS-3530) Space in role list breaks user listing

    [ https://issues.apache.org/jira/browse/ARTEMIS-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432328#comment-17432328 ] 

ASF subversion and git services commented on ARTEMIS-3530:
----------------------------------------------------------

Commit 6d52f20eddec2a05aa15f7c227e3803e2730fa22 in activemq-artemis's branch refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=6d52f20 ]

ARTEMIS-3530 space in role list breaks user listing


> 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.3.4#803005)