https://issues.apache.org/bugzilla/show_bug.cgi?id=54482
--- Comment #14 from Sebb <[email protected]> --- (In reply to Sebb from comment #13) > 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. Note: % is allowed to occur in a query, so does not double-encoded if present in the query string. > 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.
