• Brian Clozel's avatar
    Don't render error view if response is committed · c233125f
    Brian Clozel authored
    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
    c233125f
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...