Generated by
JDiff

Class org.springframework.web.util.UriUtils

Removed Methods
String decode(String, Charset) Decodes the given encoded source String into an URI.
 

Added Methods
String encode(String, Charset) Encode characters outside the unreserved character set as defined in RFC 3986 Section 2.
Object[] encodeUriVariables(Object[]) Apply .encode(String, String) to the values in the given URI variables and return a new array containing the encoded values.
(Map<String, String>encodeUriVariables(Map<String, ?>) Apply .encode(String, String) to the values in the given URI variables and return a new Map containing the encoded values.