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/17 11:00:17 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov closed IGNITE-3087.
-----------------------------------

> 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
>            Assignee: Vladimir Ozerov
>            Priority: Critical
>              Labels: important
>             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)