[
https://issues.apache.org/jira/browse/QPID-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell closed QPID-3645.
--------------------------------
Resolution: Won't Fix
We arent likely to fix this any time soon, if ever, due to how its implemented.
Just resolving this.
> Java Broker requires some ACL rules to be expressed with quotation marks
> ------------------------------------------------------------------------
>
> Key: QPID-3645
> URL: https://issues.apache.org/jira/browse/QPID-3645
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: 0.15
> Reporter: Keith Wall
> Priority: Minor
>
> In the Java Broker's implementation of ACLV2, it is necessary for the user to
> use quotation marks around object properties if the object property value
> contains characters such as dot (.) or hash (#). This makes the Java
> Broker's implementation at odds with the ACL V2 specification and the CPP
> Broker's implementation.
> For instance:
> The CPP Broker understands:
> {code}
> acl deny all bind exchange name=amq.direct
> {code}
> but in the Java Broker the user is required to use:
> {code}
> acl deny all bind exchange name='amq.direct'
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]