Sign in to edit and +1 items.
Login required
Download

Serializable Session

(0)
Author(s) David Dawson
Current Release 0.4   (7 months ago)
Grails Version 1.3.0 > *
Tags
Dependency
compile ":serializable-session:0.4"
Enforces that the session will only accept serializable objects.
Last updated by admin 1 year ago
grails install-plugin serializable-session
Last updated by david_dawson 7 months ago
For development only, installs a new Tomcat Valve that will monitor the HTTP session and ensure that all objects that go into it can be serialized/ deserialized according to java.io.Serializable rules. It does this by actually serializing/ deserializing the session on every request and throwing an exception (which is logged) if it does not conform. To see more information on what is going on, set the logging level of com.dawsonsystems.session to INFO or DEBUG.

Documentation at GitHub

Last updated by admin 1 year ago
Last updated by admin 1 year ago