[Spring Security] 주요 아키텍처 DelegatingFilterProxy, FilterChainProxy
브라우저에서 사용자의 요청이 있을 때 서블릿 컨테이너부터 스프링 컨테이너까지 처음부터 끝까지 요청과 응답에는 Servlet Filter를 거치게 된다. 서블릿 컨테이너에서는 FilterChain을 통해서 등록된 필터를 계속 거쳐가는 것이다. public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) { // do something before the rest of the application chain.doFilter(request, response); // invoke the rest of the application // do something after the rest of the applicati..
Spring Framework
2022. 11. 20. 21:37
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- config-location
- mybatis config
- svn
- Spring Security
- docker
- Github Status
- LocalDateTime
- 북리뷰
- Kotlin
- 오라클
- 베리 심플
- elasticsearch
- Bash tab
- input
- Spring
- rocky
- intellij
- oracle
- window
- mybatis
- maven
- JavaScript
- springboot
- LocalDate
- jQuery
- localtime
- k8s
- Java
- Mac
- Linux
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함