https://issues.apache.org/bugzilla/show_bug.cgi?id=56207
--- Comment #1 from Sebb <[email protected]> --- The problem seems to be that the code calls ConversionUtils.sanitizeUrl which uses the HttpComponents class org.apache.http.client.utils.URIBuilder to recreate the URL from its component parts. Not sure why, but that uses the same encoding as for form fields. It should probably be using a less restrictive set of safe characters for query encoding. -- You are receiving this mail because: You are the assignee for the bug.
