Closed
Description
Johnny Lim opened SPR-17518 and commented
Javadoc for HandlerMapping.getHandler()
says it will return null
if no mapping found but RequestMappingHandlerMapping.getHandler()
throws HttpRequestMethodNotSupportedException
instead.
There's a sample project to reproduce it in the "Reference URL".
Affects: 4.3.20
Reference URL: spring-projects/spring-boot#15204