-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Final, 10.1.6.Final
-
None
-
None
The REST resource manager performs a QueryStringDecoder.decodeComponent on path elements that have already bee decoded by Netty. This causes a path like `a%25bc` to be converted to `a%bc` but then converted again to `a�`