You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2008/10/30 12:27:45 UTC

[jira] Updated: (QPID-1307) SimpleXML ACL does not allow user to consume from temporary queues and named queues

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

Marnie McCormack updated QPID-1307:
-----------------------------------


Moving items not being worked on afaik out of M4 Fix Version

> SimpleXML ACL does not allow user to consume from temporary queues and named queues
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-1307
>                 URL: https://issues.apache.org/jira/browse/QPID-1307
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2.1, M3
>            Reporter: Martin Ritchie
>
> If an ACL is configured such that a user has rights to consume from a temporary queue and a named queue such as:
> <queue>
>     <name>TestQueue</name>
>     <users>
>         <user>martin</user>
>     </users>
> </queue>
> <queue>
>     <temporary/>
>     <users>
>         <user>martin</user>
>     </users>
> </queue>
> Then the granting of access to temporary queues will prevent access to named queues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.