Generated by
JDiff

Class org.springframework.mock.web.MockHttpServletResponse

Changed Methods
String encodeRedirectURL(String) Documentation changed from old to new.
The default implementation delegates to .encodeURL, returning the given URL String as-is.
String getHeader(String) Documentation changed from old to new.
Return the primary value for the given header as a String, if any.
List<String> getHeaders(String) Documentation changed from old to new.
Return all values for the given header as a List of Strings.