Gordon Sim created DISPATCH-1273:
------------------------------------

             Summary: '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


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]

Reply via email to