You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
안녕하세요.
Custom filter를 만들고 적용하는 부분을 하고 있습니다.
.antMatchers("/", "/auth/**").permitAll()
요렇게 설정하면 제가 만든 커스텀 필터는 호출이 안될걸로 생각했는데 ( /auth/xxx로 접속시) 디버깅을 해보니 경로 상관없이 호출되고 있습니다.
WebSecurityConfig 방식이 deprecated 됐다고 해서 SecurityFilterChain 방식으로 했습니다.
혹시 SecurityFilterChain 로 해서 그런가 했는데 아니네요.
제가 잘못 이해 하고 있는걸까요?
Beta Was this translation helpful? Give feedback.
All reactions