티스토리 뷰
Spring Security 4.2 에서 ConcurrentSessionFilter 사용 시 expiredUrl 사용이 Deprecated 되었습니다.
@Deprecated
public ConcurrentSessionFilter(SessionRegistry sessionRegistry, String expiredUrl) {
expiredUrl 대신 SessionInformationExpiredStrategy 를 사용하면 됩니다.
SessionInformationExpiredStrategy 생성자에 지정하지 않을 경우 Spring Security에 기본적으로 구현되어 있는
ResponseBodySessionInformationExpiredStrategy 가 적용 됩니다.
'IT > Spring' 카테고리의 다른 글
logback 설정 예 (0) | 2017.02.01 |
---|---|
Quartz Schedule 사용 시 parameter 전달 xml에 설정하는 방법 (0) | 2016.11.30 |
Spring Security 4.2 Released (0) | 2016.11.15 |
WebSquare + Spring MVC Test Code (0) | 2016.10.05 |
annotation-driven 설정 없이 @ControllerAdvice 사용 설정 (0) | 2016.08.24 |
댓글