Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spring] Filter와 Interceptor 차이점 #14

Open
SeokRae opened this issue Apr 8, 2022 · 0 comments
Open

[Spring] Filter와 Interceptor 차이점 #14

SeokRae opened this issue Apr 8, 2022 · 0 comments

Comments

@SeokRae
Copy link
Collaborator

SeokRae commented Apr 8, 2022

필터(Filter)와 인터셉터(Interceptor)의 차이에 대해서 빈번하게 나오는데 한번 정리해보시죠!

스프링을 공부할 때 서블릿스프링라는 영역을 이해하고
서블릿 컨테이너의 필터와 스프링 컨테이너의 인터셉터가 있다는 것을 확인한 뒤에 실행 흐름을 디버깅 또는 로깅을 통해 확인하는 것이 바람직할 것 같습니다.

  • 작동 시점
  • 적용 범위
  • 설정 방법
  • DispatcherServlet 기점으로 알아보기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant