[C++] Broker sets federation link tag as empty string ("") when no tag is
present in the client/server properties
-----------------------------------------------------------------------------------------------------------------
Key: QPID-3288
URL: https://issues.apache.org/jira/browse/QPID-3288
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Reporter: Kim van der Riet
Assignee: Kim van der Riet
When handling the start() and startOk() methods in ConnectionHandler::Handler,
the broker fails to check the client/server properties FieldTable for the
presence of the federation tag correctly. Rather, it simply gets the tag as a
string, and this in turn returns an empty string when it is not present. Not
only this, but no check is made for the presence of the federation flag (which
is also not present in such cases) prior to setting this string.
--
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:[email protected]