[
https://issues.apache.org/jira/browse/QPID-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell closed QPID-1610.
--------------------------------
Resolution: Won't Fix
Closing due to feature removal in QPID-3301.
> Can't allow both temporary and durable topic subscriptions for the same user
> with ACLs
> --------------------------------------------------------------------------------------
>
> Key: QPID-1610
> URL: https://issues.apache.org/jira/browse/QPID-1610
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: M4, 0.5
> Reporter: Aidan Skinner
>
> PrincipalPermissions.authorise does not allow temporary queues and named
> queues to be created by the same user due to the check currently only line
> 471:
> // If there is a white list then check
> return create_queues_queues == null ||
> create_queues_queues.containsKey(queueName);
> create_queues_queueus will never be null, it should check size() == 0 like
> the equivalent test in the CONSUME case does.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]