spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.27k stars 37.98k forks source link

Add WebFlux equivalent of ResponseEntityExceptionHandler #28439

Closed rstoyanchev closed 2 years ago

rstoyanchev commented 2 years ago

This would be helpful to facilitate customization of error messages for all framework exceptions especially for RFC 7807 problem details, under #27052.

rstoyanchev commented 2 years ago

Fixed in 263811ecfa912a55bce8d0371ed20202abcf5dd5 but referenced wrong issue.