You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, internally, configurers cannot do the same without potentially overriding what the user specified.
If we introduce a shared object that SessionManagementConfigurer uses to populate the user's configuration, then other configurers can better choose to override it or make other corresponding configurations.
The text was updated successfully, but these errors were encountered:
Other configurers can now offer their preference on session creation
policy without trumping what a user provided via the
sessionCreationPolicy method.
This is valuable for configurer's like Resource Server that would like
to have session management be stateless, but not at the expense of the
user's direct configuration.
Fixes: spring-projectsgh-5518
A user can already configure a session creation policy via the DSL:
however, internally, configurers cannot do the same without potentially overriding what the user specified.
If we introduce a shared object that
SessionManagementConfigurer
uses to populate the user's configuration, then other configurers can better choose to override it or make other corresponding configurations.The text was updated successfully, but these errors were encountered: