[jira] [Created] (IGNITE-3087) WebSessions: session objects are deserialized on the server.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-3087) WebSessions: session objects are deserialized on the server.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-3087:
---------------------------------------

             Summary: WebSessions: session objects are deserialized on the server.
                 Key: IGNITE-3087
                 URL: https://issues.apache.org/jira/browse/IGNITE-3087
             Project: Ignite
          Issue Type: Bug
          Components: websession
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.6


*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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)