ACL checking for the exchangeBound method is incorrect
------------------------------------------------------
Key: QPID-2098
URL: https://issues.apache.org/jira/browse/QPID-2098
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
The action used for the exchange bound method is CREATE instead of ACCESS.
ACL:
acl allow tes...@qpid access exchange name=foo
Code:
session->exchangeBound("foo");
Broker:
2009-sep-08 09:12:17 info ACL Deny id:tes...@qpid action:create
ObjectType:exchange Name:foo
2009-sep-08 09:12:17 error Execution exception: not-allowed: ACL denied exhange
bound request from tes...@qpid (qpid/broker/SessionAdapter.cpp:234)
--
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]