Generated by
JDiff

Class org.apache.hadoop.util.ServletUtil

Added Methods
String encodePath(String) Escape and encode a string regarded as the path component of an URI.
String encodeQueryValue(String) Escape and encode a string regarded as within the query component of an URI.
String getDecodedPath(HttpServletRequest, String) Parse and decode the path component from the given request.
String getRawPath(HttpServletRequest, String) Parse the path component from the given request and return w/o decoding.