Open GoogleCodeExporter opened 9 years ago
I'm having the same issue after I switched to memcached serializing of
sessions. This makes the issue more visible since the sessions are serialized
after each request as opposed to the standard Tomcat session handling.
I'm also using version 1.3.0.
Original comment by roland.b...@spagettikod.se
on 22 Oct 2012 at 7:04
Adding implements Serializable to a class that extends a non serializable class
does not magically fix the problem that FileInputStream is not serializable.
I marked the InputStream as transient, so that it will not be serialized. That
should fix that issue for most cases.
Original comment by daj...@gmail.com
on 7 Nov 2014 at 9:41
Attachments:
Original issue reported on code.google.com by
vitaly.r...@gmail.com
on 6 Aug 2012 at 2:47