Generated by
JDiff

Package org.springframework.web.util

Added Classes
ContentCachingRequestWrapper javax.servlet.http-HttpServletRequest wrapper that caches all content read from the #getInputStream() input stream and #getReader() reader, and allows this content to be retrieved via a byte array.
ContentCachingResponseWrapper javax.servlet.http-HttpServletResponse wrapper that caches all content written to the #getOutputStream() output stream and #getWriter() writer, and allows this content to be retrieved via a byte array.
 

Changed Classes
UriComponentsBuilder Builder for UriComponents.