spring-boot/spring-boot-tests
Scott Frederick 70d4994502 Disable exception details on default error views
Prior to this commit, default error responses included the message
from a handled exception. When the exception was a BindException, the
error responses could also include an errors attribute containing the
details of the binding failure. These details could leak information
about the application.

This commit removes the exception message and binding errors detail
from error responses by default, and introduces a
`server.error.include-details` property that can be used to cause
these details to be included in the response.

Fixes gh-20505
2020-04-16 10:46:36 -05:00
..
spring-boot-deployment-tests Provide a condition for detecting war deployments 2020-04-09 18:52:06 -07:00
spring-boot-integration-tests Provide a condition for detecting war deployments 2020-04-09 18:52:06 -07:00
spring-boot-smoke-tests Disable exception details on default error views 2020-04-16 10:46:36 -05:00