spring-boot/spring-boot-autoconfigure
Stephane Nicoll 266335339d Extract BindingResult if necessary
Previously, no `errors` attribute is made available in the standard JSON
error document if a request body object is invalid. This is due to the
fact that the framework throws a `MethodArgumentNotValidException holding
a `BindingResult` object that was not detected.

We now make sure to extract the `BindingResult` from such exception.

Closes gh-4166
2015-10-14 13:29:16 +02:00
..
src Extract BindingResult if necessary 2015-10-14 13:29:16 +02:00
pom.xml Log warning for template folder not found problems 2015-10-02 15:37:39 -07:00