Relative Content

Tag Archive for springspring-bootspring-mvcspring-security

ModelAndView not displaying from ExceptionHandler

In spring boot 3.3.3 I’m trying to use the default HandlerExceptionResolver to capture any exceptions that happen in the security filter chain to process them inside the same ExceptHandler ControllerAdvise that controllers use. I can see the exception making it all the way to the inside of the ExceptionHandler but nothing every happens with the returned modelAndView. The browser shows a blank page.

ModelAndView not displaying from ExceptionHandler

In spring boot 3.3.3 I’m trying to use the default HandlerExceptionResolver to capture any exceptions that happen in the security filter chain to process them inside the same ExceptHandler ControllerAdvise that controllers use. I can see the exception making it all the way to the inside of the ExceptionHandler but nothing every happens with the returned modelAndView. The browser shows a blank page.