-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve handle sessions #6047
Improve handle sessions #6047
Conversation
matthias-ronge
commented
Apr 22, 2024
- move logout handling from version management to session management (clean-up)
- log warnings if logout fails
Kitodo/src/main/java/org/kitodo/production/security/CustomLogoutSuccessHandler.java
Outdated
Show resolved
Hide resolved
Kitodo/src/main/java/org/kitodo/production/services/security/SessionService.java
Outdated
Show resolved
Hide resolved
Kitodo/src/main/java/org/kitodo/production/services/security/SessionService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matthias-ronge thanks for updating the log messages. Please rebase your branch against the master and resolve the current merge conflict.
10354dd
to
8f57b28
Compare
b428d31
to
97695a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for resolving the merge conflict.