ISIS-2534: Spring Security Integration#387
Merged
andi-huber merged 29 commits intomasterfrom Feb 27, 2021
Merged
Conversation
57d7fb7 to
48b0c58
Compare
also harden AuthenticatorSpring
authentication type
48b0c58 to
568ee94
Compare
Without this patch applied, when a user clicks a menu item in an expired session, the session is simply refreshed and no action is taken. This is a problem because from the user's point of view the click is ignored. This patch fixes the problem by notifying user that the session was expired and was refreshed from the click.
also place more debug log code
whether the session was expired
just for reference on how to do that
CSRF in wicket viewer is yet considered experimental, so the framework disables it by default unless configured otherwise
requests yet commented out, because does not work
Bumps `togglz.version` from 2.9.2 to 2.9.6. Updates `togglz-core` from 2.9.2 to 2.9.6 - [Release notes](https://github.com/togglz/togglz/releases) - [Commits](togglz/togglz@2.9.2...2.9.6) Updates `togglz-junit` from 2.9.2 to 2.9.6 - [Release notes](https://github.com/togglz/togglz/releases) - [Commits](togglz/togglz@2.9.2...2.9.6) Updates `togglz-servlet` from 2.9.2 to 2.9.6 - [Release notes](https://github.com/togglz/togglz/releases) - [Commits](togglz/togglz@2.9.2...2.9.6) Updates `togglz-console` from 2.9.2 to 2.9.6 - [Release notes](https://github.com/togglz/togglz/releases) - [Commits](togglz/togglz@2.9.2...2.9.6) Signed-off-by: dependabot[bot] <support@github.com>
also guard against wrong internal use
layoutName==null
yet missing conversion from Identifier to ApplicationFeatureId
rename method that is exclusively used for i18n translation contexts fix wrong usages when identifying actions: these should always include their parameter class name list
logical their logical names A generalization of Java's class type to also hold a logical name, which can be supplied lazily. Simplifies the factory methods of Identifier.
Identifier made possible, because Identifier now also supports logical type names aka object-type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change is