Generated by
JDiff

Package org.springframework.web.filter

Changed Classes
AbstractRequestLoggingFilter Base class for Filters that perform logging operations before and after a request is processed.
HttpPutFormContentFilter javax.servlet.Filter that makes form encoded data available through the {@code ServletRequest.getParameter*()} family of methods during HTTP PUT or PATCH requests.
OncePerRequestFilter Filter base class that aims to guarantee a single execution per request dispatch, on any servlet container.
RequestContextFilter Servlet 2.3 Filter that exposes the request to the current thread, through both org.springframework.context.i18n.LocaleContextHolder and RequestContextHolder.
ShallowEtagHeaderFilter javax.servlet.Filter that generates an ETag value based on the content on the response.