Skip to content

Commit 472c315

Browse files
committed
Add Since to setSessionAuthenticaitonStrategy
Issue gh-2253
1 parent 7f53724 commit 472c315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/main/java/org/springframework/security/web/authentication/rememberme/RememberMeAuthenticationFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public void setSecurityContextHolderStrategy(SecurityContextHolderStrategy secur
223223
* session identifier to prevent session fixation attacks.
224224
* @param sessionStrategy the implementation to use. If not set a null implementation
225225
* is used.
226+
* @since 6.4
226227
*/
227228
public void setSessionAuthenticationStrategy(SessionAuthenticationStrategy sessionStrategy) {
228229
Assert.notNull(sessionStrategy, "sessionStrategy cannot be null");

0 commit comments

Comments
 (0)