• Brian Clozel's avatar
    Support server.error.whitelabel.enabled in WebFlux · 0162978c
    Brian Clozel authored
    This commit disables the default HTML view in the WebFlux error handling
    support when `server.error.whitelabel.enabled=false`.
    In this case, the original exception will be forwarded down the stream
    and handled by the default `WebExceptionHandler` provided by Spring
    WebFlux (likely to respond a blank page and an error HTTP response
    status).
    
    Closes gh-12520
    0162978c
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...