-
Bug
-
Resolution: Done
-
Minor
-
2.0.1.GA
-
None
-
None
-
Linux 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64 GNU/Linux
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
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 ã.