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, M5
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.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]