Browse Source
This change exposes exceptions handled in the DispatcherServlet with a HandlerExceptionResolver as a request attribute. This is done only when the resolver returns an empty ModelAndView indicating the exception was resolved but not view is required (e.g. status code was set). In such cases the exception may be useful to any handlers in an ERRPR dispatch by the servlet container. Issue: SPR-11686pull/563/merge
Rossen Stoyanchev
11 years ago
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue