You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception implies the response is no longer usable, and it is handled in DefaultHandlerExceptionResolver by not taking any action. However, as the resolver is ordered after ExceptionHandlerExceptionResolver (i.e. handling via @ExceptionHandler controller methods), it may not get a chance. We should also add handling in ResponseEntityExceptionHandler, which has a better chance of taking effect.