Generated by
JDiff

Package org.springframework.web.accept

Changed Classes
ContentNegotiationManager Central class to determine requested MediaType media types for a request.
PathExtensionContentNegotiationStrategy A {@code ContentNegotiationStrategy} that resolves the file extension in the request path to a key to be used to look up a media type.
ServletPathExtensionContentNegotiationStrategy Extends {@code PathExtensionContentNegotiationStrategy} that also uses ServletContext.getMimeType(String) to resolve file extensions.