From 77deb633735d2d866e21df94a256f013e1e4f0fa Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 17 Mar 2021 16:39:32 +0100 Subject: [PATCH] Fix SessionRepositoryFilter Javadoc --- .../session/web/http/SessionRepositoryFilter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-session-core/src/main/java/org/springframework/session/web/http/SessionRepositoryFilter.java b/spring-session-core/src/main/java/org/springframework/session/web/http/SessionRepositoryFilter.java index c12e8008..d9a84610 100644 --- a/spring-session-core/src/main/java/org/springframework/session/web/http/SessionRepositoryFilter.java +++ b/spring-session-core/src/main/java/org/springframework/session/web/http/SessionRepositoryFilter.java @@ -59,6 +59,7 @@ import org.springframework.session.SessionRepository; * . The default is to look in a cookie named SESSION. *
  • The session id of newly created {@link org.springframework.session.Session} is sent * to the client using + * {@link HttpSessionIdResolver#setSessionId(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, String)} *
  • The client is notified that the session id is no longer valid with * {@link HttpSessionIdResolver#expireSession(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)} *