Closed
Description
Currently, using RestControllerAdvice ExceptionHandler with RestControllerEndpoint give the following result :
- Webflux using same management port : ExceptionHandler take in account
- Webflux using different management port : ExceptionHandler take in account
- Mvc using same management port : ExceptionHandler take in account
- Mvc using different management port : ExceptionHandler ignored
See tests in attached demo-exception-handler-rest-controller-endpoint.zip
It seems inconsistent to me.
spring-boot version : 2.6.7