Generated by
JDiff

Class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy

Changed Methods
MediaType handleNoMatch(NativeWebRequest, String) Change in exceptions thrown from no exceptions to org.springframework.web.HttpMediaTypeNotAcceptableException.
Look up the given extension via ServletContext.getMimeType(String) and if that doesn't help, delegate to the parent implementation.