spring-boot/spring-boot-tests
Scott Frederick a30740f8d2 Separate server properties for message and errors
Prior to this commit, there was a property server.error.include-details
that allowed configuration of the message and errors attributes in a
server error response.

This commit separates the control of the message and errors attributes
into two separate properties named server.error.include-message and
server.error.include-binding-errors. When the message attribute is
excluded from a servlet response, the value is changed from a
hard-coded text value to an empty value.

Fixes gh-20505
2020-04-29 17:56:47 -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 Replace "folder" with "directory" 2020-04-28 19:20:24 -07:00
spring-boot-smoke-tests Separate server properties for message and errors 2020-04-29 17:56:47 -05:00