Closed
Description
The new MethodValidationException
introduced as part of #29825 needs to have default handling in Spring MVC and WebFlux, including RFC 7807 support, similar to the handling of BindException
but reflecting errors for multiple method parameters / or return value, represented with ParameterValidationResult
and ParameterErrors
.