StripesFramework / stripes

Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
http://www.stripesframework.org/
171 stars 72 forks source link

STS-695 - Make FlashScope.request transient for serialization #13

Closed james-jory closed 9 years ago

james-jory commented 10 years ago

Allow FlashScope to be serializable when request (HttpServletRequest) field is non-null. This allows HttpSession's to be serialized in multi-server shared-nothing configurations.

yokomizor commented 9 years ago

:+1:

samaxes commented 9 years ago

@bengunter @vankeisb are you aware of any side effect provoked by this change? Can I merge it into master?

bengunter commented 9 years ago

Nothing springs to mind.

vankeisb commented 9 years ago

Looks good to me too.