Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping

Changed Methods
RequestMappingInfo getMatchingMapping(RequestMappingInfo, HttpServletRequest) Documentation changed from old to new.
Check if the given RequestMappingInfo matches the current request and return a (potentially new) instance with conditions that match the current request -- for example with a subset of URL patterns.
void handleMatch(RequestMappingInfo, String, HttpServletRequest) Documentation changed from old to new.
Expose URI template variables, matrix variables, and producible media types in the request.
HandlerMethod handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) Documentation changed from old to new.
Iterate all RequestMappingInfos once again, look if any match by URL at least and raise exceptions accordingly.