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

[jira] [Commented] (IGNITE-3161) WebSession: Session must be created on demand, not always.

    [ https://issues.apache.org/jira/browse/IGNITE-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15290759#comment-15290759 ] 

ASF GitHub Bot commented on IGNITE-3161:
----------------------------------------

GitHub user dkarachentsev opened a pull request:

    https://github.com/apache/ignite/pull/733

    IGNITE-3161 - WebSession: Session must be created on demand, not alwa…

    …ys. Fix.
    
    IGNITE-3160 - WebSession: Incorrect session ID change logic. Fix.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-3161

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/733.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #733
    
----
commit a94b8ffefef7e6098269e79e41e0cb9327225be4
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-05-19T09:15:53Z

    IGNITE-3161 - WebSession: Session must be created on demand, not always. Fix.
    IGNITE-3160 - WebSession: Incorrect session ID change logic. Fix.

----


> WebSession: Session must be created on demand, not always.
> ----------------------------------------------------------
>
>                 Key: IGNITE-3161
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3161
>             Project: Ignite
>          Issue Type: Bug
>          Components: websession
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ozerov
>            Assignee: Dmitry Karachentsev
>            Priority: Critical
>             Fix For: 1.7
>
>
> Our filter will always creates new session (both in Ignite and in container). This is wrong, as session must be created only when it is really requested through {{HttpRequest.getSession(true)}} call.



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