You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2011/02/16 05:14:57 UTC

[jira] Created: (QPID-3060) QMF Console (console.py) uses the wrong user-id to annotate messages sent

QMF Console (console.py) uses the wrong user-id to annotate messages sent
-------------------------------------------------------------------------

                 Key: QPID-3060
                 URL: https://issues.apache.org/jira/browse/QPID-3060
             Project: Qpid
          Issue Type: Bug
          Components: Qpid Managment Framework
    Affects Versions: 0.8
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor
             Fix For: 0.9


console.py sets the user-id of outgoing messages with the username supplied in the connection options.  It is more appropriate to use the authenticated-user-id from the connection object.  This is the actual user-id used by SASL when authenticating the connection.

For example, the connection options might provide a user name of "guest", but if the broker is configured for ANONYMOUS auth, the actual user name will be "anonymous".  This mismatch causes messages to be rejected by the broker.

-- 
This message is automatically generated by JIRA.
-
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:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-3060) QMF Console (console.py) uses the wrong user-id to annotate messages sent

Posted by "Ted Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-3060.
----------------------------

    Resolution: Fixed

> QMF Console (console.py) uses the wrong user-id to annotate messages sent
> -------------------------------------------------------------------------
>
>                 Key: QPID-3060
>                 URL: https://issues.apache.org/jira/browse/QPID-3060
>             Project: Qpid
>          Issue Type: Bug
>          Components: Qpid Managment Framework
>    Affects Versions: 0.8
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.9
>
>
> console.py sets the user-id of outgoing messages with the username supplied in the connection options.  It is more appropriate to use the authenticated-user-id from the connection object.  This is the actual user-id used by SASL when authenticating the connection.
> For example, the connection options might provide a user name of "guest", but if the broker is configured for ANONYMOUS auth, the actual user name will be "anonymous".  This mismatch causes messages to be rejected by the broker.

-- 
This message is automatically generated by JIRA.
-
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:dev-subscribe@qpid.apache.org