Pedro Ruivo created ISPN-11774:
----------------------------------
Summary: REST connector misinterprets % in query path elements
Key: ISPN-11774
URL:
https://issues.redhat.com/browse/ISPN-11774
Project: Infinispan
Issue Type: Bug
Affects Versions: 11.0.0.Dev04, 10.1.6.Final
Reporter: Tristan Tarrant
Assignee: Gustavo Fernandes
Fix For: 10.1.7.Final, 11.0.0.Dev05
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�`
--
This message was sent by Atlassian Jira
(v7.13.8#713008)