magro / memcached-session-manager

A tomcat session manager that backups sessions in memcached and pulls them from there if asked for unknown sessions
Apache License 2.0
760 stars 346 forks source link

Set Thread.contextClassloader during serialization. #411

Open mvtorres opened 5 years ago

mvtorres commented 5 years ago

This is to fix ClassNotFoundException when using drools/other libraries that depend on Thread.contextClassloader during serialize/deserialize.