spring-framework/spring-webflux
Brian Clozel 3febec3df6 ResourceWebHandler signals error for missing resources
Prior to this commit, the `ResourceWebHandler` would itself handle the
response with an HTTP 404 in many cases, including a missing static
resource.

This does not give a chance to `WebExceptionHandler` instances to handle
that error and, for example, display an error page.

See spring-projects/spring-boot#8625

Issue: SPR-16023
2017-10-10 23:28:03 +02:00
..
src ResourceWebHandler signals error for missing resources 2017-10-10 23:28:03 +02:00
spring-webflux.gradle Build against EE 8 API level wherever possible 2017-09-24 17:18:21 +02:00