Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keita ISEKI opened SPR-14599 and commented
An implementation of extendHandlerExceptionResolvers method is missing in 'DelegatingWebMvcConfiguration' class.
extendHandlerExceptionResolvers
For that reason, WebMvcConfigurer#extendHandlerExceptionResolvers is not invoked even though it is implemented.
WebMvcConfigurer#extendHandlerExceptionResolvers
Affects: 4.3.2
Reference URL: https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.java#L134-Lundefined
Referenced from: commits 8d7db8e, 4538228, d2e3a1a
The text was updated successfully, but these errors were encountered:
jhoeller
Successfully merging a pull request may close this issue.
Keita ISEKI opened SPR-14599 and commented
An implementation of
extendHandlerExceptionResolvers
method is missing in 'DelegatingWebMvcConfiguration' class.For that reason,
WebMvcConfigurer#extendHandlerExceptionResolvers
is not invoked even though it is implemented.Affects: 4.3.2
Reference URL: https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.java#L134-Lundefined
Referenced from: commits 8d7db8e, 4538228, d2e3a1a
The text was updated successfully, but these errors were encountered: