You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
spring-boot Merge branch '2.0.x' 6 years ago
spring-boot-actuator Use US spelling for "favor" 6 years ago
spring-boot-actuator-autoconfigure Merge branch '2.0.x' 6 years ago
spring-boot-autoconfigure Fix HTTP status error template rendering in WebFlux 6 years ago
spring-boot-cli Update copyright year for changed files 6 years ago
spring-boot-dependencies Upgrade to Spring Batch 4.1.0.RELEASE 6 years ago
spring-boot-devtools Revert DevTools polish 6 years ago
spring-boot-docs Merge branch '2.0.x' 6 years ago
spring-boot-parent Add Kotlin DSL examples to Gradle Plugin's documentation 6 years ago
spring-boot-properties-migrator Remove uncessary call in PropertiesMigrationReport 6 years ago
spring-boot-starters Upgrade to Byte Buddy 1.9.3 6 years ago
spring-boot-test Polish 6 years ago
spring-boot-test-autoconfigure Polish 6 years ago
spring-boot-tools Test Gradle Plugin against Gradle 5.0-rc-1 6 years ago
pom.xml Restore import-control checkstyle 6 years ago