You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/05/05 06:00:19 UTC

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

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)