mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
The @ModelAttribute javadoc now explicitly mentions that model content is not available after an Exception is raised. This is a very common question given that @ExceptionHandler methods are co-located with @ModelAttribute and @RequestMapping methods. Issue: SPR-10071