Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-361

Improve encoding on ServerLocator's properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0, 1.1.0, 1.2.0
    • 1.3.0
    • None
    • None

    Description

      If you add any weird encoding on properties (such as % and space) the ConnectionFactory serialization might be broken due to these encodings.

      We should be using URLEncoder.encode(STRING, "UTF-8") and URLDecoder.decode(STRING, "UTF-8") for all the Query properties on the URISchema.

      Attachments

        Activity

          People

            clebertsuconic Clebert Suconic
            clebertsuconic Clebert Suconic
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: