Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4565

Encoding hashes with embedded hashes converts those to strings.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.21
    • Ruby Client
    • None

    Description

      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.

      Attachments

        Activity

          People

            mcpierce Darryl Pierce
            mcpierce Darryl Pierce
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: