일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Session Registry
- self-hosted runners
- github actions
- RestControllerAdvice
- github
- RequiredArgsConstructor
- tailsamplingprocessor
- amazon-ecr-login
- Value annotation
- SpringCloudConfig
- Java
- 17144
- 12100
- Spring Security
- 14889
- 15686
- 자바
- HttpRequestMethodNotSupportedException
- Session Fixation Protection
- openTelemetry
- Spring Authorization Server
- AWS
- 백준
- 1916
- 14891
- aws-mysql-jdbc
- ConcurrentSessionControlAuthenticationStrategy
- 1260
- 프로그래머스
- Spring
Archives
- Today
- Total
목록Session Fixation Protection (1)
한울이

1. 문제상황 spring security 를 사용하여 인증 인가 시스템을 구현해 놓은 프로젝트에서 로그인을 하던중 'creationTime key must not be null' 이라는 error 가 발생 2. 프로젝트 설정 상태 Spring security, RedisIndexedSessionRepository 사용 중 3. 해결 과정 검색 구글링을 통해 error 가 발생한 원인을 찾아보던 중 비슷한 이슈가 발생한 사례를 찾음 https://github.com/spring-projects/spring-session/issues/2021 Allow Customizing Redis Session Mapper · Issue #2021 · spring-projects/spring-session Descri..
PROGRAMMING
2023. 10. 13. 16:00