You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by aealeksandrov <gi...@git.apache.org> on 2018/12/17 12:04:49 UTC

[GitHub] ignite pull request #5682: IGNITE-10716: ctx.security().onSessionExpired(sub...

GitHub user aealeksandrov opened a pull request:

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

    IGNITE-10716: ctx.security().onSessionExpired(subjid) is called on re…

    …st session expiration now.
    
    At the moment ctx.security().onSessionExpired(subjid) didn't called on rest session expiration.
    
    It provides the leaking of the memory related to resources that were generated during authentification

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

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

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

    https://github.com/apache/ignite/pull/5682.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 #5682
    
----
commit f37a3cf434f5f603171a4ff70324328d4587e1c4
Author: Andrei Aleksandrov <ae...@...>
Date:   2018-12-17T12:02:42Z

    IGNITE-10716: ctx.security().onSessionExpired(subjid) is called on rest session expiration now.

----


---

[GitHub] ignite pull request #5682: IGNITE-10716: ctx.security().onSessionExpired(sub...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---