spring-framework/spring-webmvc
Arjen Poutsma 6f4fb08bf8 Invoke WebMvc.fn error handlers for async errors
This commit makes sure that any error handlers registered on the route
are also applied when an error occurs asynchronously. This commit
applies to asynchronous bodies with both CompletableFuture and Reactive
Streams, as well as completely asynchronous responses.

Closes gh-26831
2021-04-30 11:43:40 +02:00
..
src Invoke WebMvc.fn error handlers for async errors 2021-04-30 11:43:40 +02:00
spring-webmvc.gradle Support suspending handler methods in Spring MVC 2020-10-09 12:25:32 +02:00