https://issues.apache.org/bugzilla/show_bug.cgi?id=54482

--- Comment #13 from Sebb <[email protected]> ---
ConversionUtils.sanitizeUrl() only works properly for URLs that are not
currently encoded.

Encoded URLs - i.e. ones that contain %xx - are re-encoded to %25xx.
This is obviously wrong.

If a browser encodes some characters and not others, then either one has to
unencode and re-encode, or one has to just encode the special characters.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to