-
Bug
-
Resolution: Done
-
Minor
-
2.0.1.GA
-
None
-
None
In 1.2.1 URL was decoded using java URLDecoder with UTF-8.
In 2.0.1 there is self made decode method (decodePath in Encode class).
This method can only handle chars encoded in only one byte, and because
for example :
char ã in São Paulo with utf is encoded as
%C3%A3
RestEasy decode it to ã.