When Bad Request happens, most of the problem is in the data serialization and de-serialization. To get the detailed stack trace add the following in the log4j
configuration or similar for logback
.
<logger name="org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod">
<level value="trace"/>
</logger>