spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel cba6079b7b Log unhandled server exceptions in WebFlux
Prior to this commit, errors unhandled by custom `WebExceptionHandler`
and resulting in an HTTP 500 status would not be logged at ERROR level,
giving no information to developers about the actual exception.

This commit ensures that such exceptions are logged at the ERROR level
with their exception. By the time the exception hits the
`DefaultErrorWebExceptionHandler`, if the response is already committed
or if the exception is due to a client disconnecting, the error is
delegated to Framework support as Spring Boot won't be able to render an
error page as expected.

Fixes gh-15769
2019-02-08 12:25:05 +01:00
..
src Log unhandled server exceptions in WebFlux 2019-02-08 12:25:05 +01:00
pom.xml Auto-configure SpringSecurityDialect for v5 and deprecate v4 2018-10-15 12:18:40 +01:00