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
In Spring 3.1 a new option was added to disable automatically adding model attributes to a redirect. This option was turned on by default in mvc:annotation-driven. This breaks backwards compatibility of applications that are using annotation-driven and model attributes on redirect. This if fine since the new default is better. However, there is no easy way for annoation-driven users to revert to the old mechanism. It would be nice if there was an easy way to reverse this backwards incompatible change. Perhaps by adding an attribute to annoation-driven to restore the old functionality?