250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 백준장학금
- 멀티프로세서
- 강화학습
- JVM
- posix
- SpringSecurity
- Kruskal
- HTTP
- 이분탐색이란
- heapq
- 점근적 표기법
- AVL트리
- spring
- 운영체제
- MSA
- python
- 자료구조
- 최대 힙
- 스케줄링
- JPA
- 엔티티 그래프
- 최소힙
- 연결리스트
- 힙트리
- jpa n+1 문제
- 백준 장학금
- 연결리스트 종류
- 알고리즘
- 프로세스
- 완전이진트리
Archives
- Today
- Total
목록Security (1)
KKanging

DelegatingFilterProxyDelegatingFilterProxy란? >> Spring Security 의존성을 추가하면 Security에서 제공하는 Security 기능을 지원하는 Filter인 DelegatingFilterProxy를 추가한다. 요청이 들어오면 DelegatingFilterProxy는 어떻게 filter를 실행시킬까? 스프링 Bean을 찾아 요청을 넘겨주는 서블릿 필터이다. 스프링 Bean으로 등록된 Filter를 찾고 실행을 시킨다. -> 이것이 FilterChainProxy DelegatingFilterProxy 코드 살펴보기public class DelegatingFilterProxy extends GenericFilterBean { ... @Nullable ..
백엔드/SpringSecurity
2024. 5. 17. 19:29