Some UTF symbols can be converted by Java to normal ASCII (source).
Example:
${jnd${upper:ı}:ldap:URL}
Maybe we can block all requests that contain UTF symbols altogether as I can't imagine a situation when they are used in URIs or headers. But it seems too blunt, maybe there's a better way.
Some UTF symbols can be converted by Java to normal ASCII (source).
Example:
Maybe we can block all requests that contain UTF symbols altogether as I can't imagine a situation when they are used in URIs or headers. But it seems too blunt, maybe there's a better way.