[
https://issues.apache.org/jira/browse/DISPATCH-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gordon Sim resolved DISPATCH-1273.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
> 'to' field not authorized against valid targets for anonymous sender
> --------------------------------------------------------------------
>
> Key: DISPATCH-1273
> URL: https://issues.apache.org/jira/browse/DISPATCH-1273
> Project: Qpid Dispatch
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Gordon Sim
> Assignee: Gordon Sim
> Priority: Major
> Fix For: 1.6.0
>
>
> With following policy, attempts to attach a sender link to 'bar' will fail as
> expected, but if an anonymous sender is attached and a message is sent to
> 'bar', it gets through.
>
> {noformat}
> [
> ["vhost",
> {
> "id": "$default",
> "allowUnknownUser": true,
> "groups": {
> "$default" : {
> "users": "*",
> "remoteHosts": "*",
> "allowDynamicSource": true,
> "allowAnonymousSender": true,
> "sources": "*",
> "targets": "foo"
> }
> }
> }
> ]
> ]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]