spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Clarify throw-exception-if-no-handler-found bonds

Open michaldo opened this issue 3 years ago • 1 comments
trafficstars

spring.mvc.throw-exception-if-no-handler-found=true requires additional configuration to be effective because default +spring.mvc.static-path-pattern=/**+ collides it. This PR explains correlation, which is confusing. The confusion was reported in https://github.com/spring-projects/spring-boot/issues/9263 and others

michaldo avatar Jul 08 '22 21:07 michaldo

See https://gitter.im/spring-projects/spring-boot?at=62ba1378568c2c30d30790af for a little bit of background.

wilkinsona avatar Jul 09 '22 09:07 wilkinsona

@michaldo Thanks for your patience and for making your first contribution to Spring Boot.

wilkinsona avatar Feb 14 '23 21:02 wilkinsona