You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2016/01/25 23:06:39 UTC

[jira] [Created] (ARTEMIS-361) Improve encoding on ServerLocator's properties

clebert suconic created ARTEMIS-361:
---------------------------------------

             Summary: Improve encoding on ServerLocator's properties
                 Key: ARTEMIS-361
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-361
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.1.0, 1.0.0, 1.2.0
            Reporter: clebert suconic
            Assignee: clebert suconic
             Fix For: 1.3.0


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)