is there a class to encode a generic String following the RFC 3986 specification?
String
That is: "hello world" => "hello%20world" Not (RFC 1738): "hello+world"
"hello world"
"hello%20world"
"hello+world"
Thanks
Solved with this:
http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/util/UriUtils.html
Method encodeUri
encodeUri