Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.14
-
Fix Version/s: 6.1.15.pre0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Some url-encoded hex characters that aren't mean to be decoded are not handled properly.
Currently, the behavior is that it throws a NumberFormatException when a string like "%GG" is being parsed.
The expected behavior would just to not decode it and simply include it as is. (%GG => %GG)