You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Karachentsev (JIRA)" <ji...@apache.org> on 2016/05/05 13:40:12 UTC

[jira] [Assigned] (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 ]

Dmitry Karachentsev reassigned IGNITE-3087:
-------------------------------------------

    Assignee: Dmitry Karachentsev

> 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: Dmitry Karachentsev
>            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)