Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 1.1.0, 1.2.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.