Force Serialization of Session Resources in Development Mode
------------------------------------------------------------
Key: WICKET-1392
URL: https://issues.apache.org/jira/browse/WICKET-1392
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.1
Reporter: James Carman
In development mode, it would be nice if the session storage mechanism
automatically forced serialization of session resources so that the
NotSerializableExceptions can be found early. Perhaps just make a serialized
copy of the object when it comes in? A recommended solution would be to change
the WebApplication.newSessionStore() method to return a serializing version of
HttpSessionStore if we're in development mode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.