[
https://issues.apache.org/jira/browse/IGNITE-10716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16722922#comment-16722922
]
ASF GitHub Bot commented on IGNITE-10716:
-----------------------------------------
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 <aealexsandrov@...>
Date: 2018-12-17T12:02:42Z
IGNITE-10716: ctx.security().onSessionExpired(subjid) is called on rest
session expiration now.
----
> Rest clients should call ctx.security().onSessionExpired(subjid) on
> disconnect to avoid the possible leaking of the memory
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-10716
> URL: https://issues.apache.org/jira/browse/IGNITE-10716
> Project: Ignite
> Issue Type: Bug
> Components: clients
> Affects Versions: 2.7
> Reporter: Andrey Aleksandrov
> Assignee: Andrey Aleksandrov
> Priority: Major
> Fix For: 2.8
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)