Files
spring-boot/spring-boot-project
Brian Clozel da53a0b8d5 Fix HTTP status error template rendering in WebFlux
Prior to this commit, a change in `HttpStatus.toString` since SPR-16898
prevented the default WebFlux `ErrorWebExceptionHandler` to render
template views for exact HTTP status (e.g. "404.html").
This issue does not affect the resolution of series, like "4xx.html".

This commit fixes `DefaultErrorWebExceptionHandler` to use
`HttpStatus.value()` when attempting to resolve error views.

Closes gh-15083
2018-11-03 21:28:48 +01:00
..
2018-11-01 17:15:31 +09:00
2018-11-02 14:00:30 +01:00
2018-10-29 14:25:45 -07:00
2018-10-29 14:25:45 -07:00
2018-10-02 10:30:14 -07:00