spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel c233125f1d Don't render error view if response is committed
This commit prevents the default error view from rendering itself if the
response has been committed already. In this case, it is impossible to
change the HTTP response status and write a proper response - trying to
do so often results in a `IllegalStateException` since the response body
has already been written to.

Fixes gh-11580
2018-01-18 11:40:11 +01:00
..
src Don't render error view if response is committed 2018-01-18 11:40:11 +01:00
pom.xml Polish 2018-01-08 15:19:06 -08:00