Darryl L. Pierce created QPID-4565:
--------------------------------------

             Summary: Encoding hashes with embedded hashes converts those to 
strings.
                 Key: QPID-4565
                 URL: https://issues.apache.org/jira/browse/QPID-4565
             Project: Qpid
          Issue Type: Bug
          Components: Ruby Client
            Reporter: Darryl L. Pierce
            Assignee: Darryl L. Pierce
             Fix For: 0.18


When a message is assigned a hash content, the Ruby code attempts to convert 
the aspects to strings. However, if a value stored in a hash is itself a hash, 
rather than deep diving into that hash to convert its constituents, the hash is 
converted to a string.

Instead, the system should only look for elements that are symbols and convert 
*those* to strings. And it should take non-scalar types and look at their 
individual components and fix them as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to