Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3.27-incubating, 2.3.29
-
None
-
None
Description
freemarker.template.TemplateException cannot be deserealized properly, because of transient field "lock", used in getMessage() method. See line 441 in TemplateException.java.
It throws NPE when getMessage() method is called on deserialized object.
Problem appears, at least, with Hessian and Burlap serialization protocols from Caucho.com.