Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix: session vs token issue - #151

Merged
pieterlukasse merged 2 commits into
2.15.0-DEVfrom
fix/session_vs_token_issue
Aug 1, 2024
Merged

pieterlukasse merged 2 commits into
2.15.0-DEVfrom
fix/session_vs_token_issue

Conversation

@pieterlukasse

@pieterlukasse pieterlukasse commented Jul 31, 2024

Copy link
Copy Markdown

Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/VADC-1241

Bug Fixes

Comment on lines +118 to +122
// stop session to make logout of OAuth users possible
Session session = SecurityUtils.getSubject().getSession(false);
if (session != null) {
session.stop();
}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pieterlukasse
pieterlukasse merged commit 58f2f59 into 2.15.0-DEV Aug 1, 2024
@pieterlukasse
pieterlukasse deleted the fix/session_vs_token_issue branch August 1, 2024 07:43
@pieterlukasse pieterlukasse changed the title Fix/session vs token issue Fix: session vs token issue Aug 19, 2024
pieterlukasse added a commit that referenced this pull request Apr 10, 2025
* fix: revert back original session.stop() code from upstream

* fix: do not use session for teamproject role management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants