mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
SEC-2011: Remove reference to SessionRegistry from SessionFixationProtectionStrategy javadoc
Previously SessionFixationProtectionStrategy javadoc mentioned injecting the SessionRegistry. However, this property is only available on ConcurrentSessionControlStrategy (a subclass). Now the mention has been removed. It is apparent the property is required in ConcurrentSessionControlStrategy since it uses constructor injection.
This commit is contained in:
parent
095dcb3a74
commit
b868daaa8c
@ -21,8 +21,6 @@ import java.util.*;
|
||||
* This approach will only be effective if your servlet container always assigns a new session Id when a session is
|
||||
* invalidated and a new session created by calling {@link HttpServletRequest#getSession()}.
|
||||
* <p>
|
||||
* If concurrent session control is in use, then a {@code SessionRegistry} must be injected.
|
||||
* <p>
|
||||
* <h3>Issues with {@code HttpSessionBindingListener}</h3>
|
||||
* <p>
|
||||
* The migration of existing attributes to the newly-created session may cause problems if any of the objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user