A default HandlerExceptionResolver that resolves standard Spring exceptions [SPR-5624] #10295
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Arjen Poutsma opened SPR-5624 and commented
Currently, most Spring exceptions (MissingServletRequestParameterException, HttpRequestMethodNotSupportedException, etc, are handled in the org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter. It would make more sense to propagate these exceptions upwards, and have a default exception resolver that handles them, so that they can be easier overwritten.
Issue Links:
Referenced from: commits 161c926
The text was updated successfully, but these errors were encountered: