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
특정 api(GET applications/evaluation)의 method만 405 반환을 하지 않고 (HttpRequestMethodNotSupportedException가 발생하지 않고) HandlerMethodArgumentResolver까지 요청이 전달돼 401이 반환된다. 해당 401 에러는 ArgumentResolver에서 처리한 로직이다. (심지어 권한이 없는 사용자로 요청하지도 않았음
Problem 🐞
아래는 해당 api
Progress 🐢
크리티컬한 오류는 아니므로 후순위로 미룬다. 하지만 궁금하다.
Help ❗️
스프링 시큐리티를 쓰는 것도 아닌데 왜 .. ? DispatcherServlet에서 method mapping하고 argument resolver로 넘길텐데 왜 이런 일이 ???
The text was updated successfully, but these errors were encountered: