StringUtils.uriDecode
decodes strings with non-ASCII characters incorrectly
#32360
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Affects: 6.1.3
StringUtils.uriDecode
will take two different paths depending if "%" is found. One of these does not handle non-ASCII characters.Fast path:
Replace path:
The text was updated successfully, but these errors were encountered: