You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception thrown is HandlerMethodValidationException when @NotBlank is declared directly on method parameters such as @PathVariable. However, we were expecting MethodArgumentNotValidException, which is currently handled, to return a custom error response.
The text was updated successfully, but these errors were encountered:
The exception thrown is
HandlerMethodValidationException
when@NotBlank
is declared directly on method parameters such as @PathVariable. However, we were expectingMethodArgumentNotValidException
, which is currently handled, to return a custom error response.The text was updated successfully, but these errors were encountered: