• Brian Clozel's avatar
    Error handling for WebFlux should log HTTP 5xx errors · fa0926b1
    Brian Clozel authored
    This commit ensures that all errors handled by the
    `DefaultErrorWebExceptionHandler` (Spring WebFlux error convetion
    support) logs an error with request information and exception
    stacktrace.
    
    This is limited to errors that result in an HTTP 5xx error.
    Exceptions that extend `ResponseStatusException` and set a non-5xx
    status will not be logged.
    
    Closes gh-10904
    fa0926b1
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...