Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.5.0.final
Description
Problem
1) WebSession and WebSessionListener$AttributesProcessor classes are Externalizable, so OptimziedMarshaller is used.
2) Both these classes pass objects directly. It means that even if force them to work through BinaryMarshaller, objects will be deserialized still. We need to rework this logic somehow.