Servlet request 경계가 set과 remove를 한 쌍으로 소유한다
chain이 예외를 던져도 finally cleanup이 pool thread를 다음 사용자에게 비운다.
- 1. Filter enter
request snapshot set
- 2. Controller·service
read-only access
- 3. Error dispatch
같은 owner 정책
- 4. Filter finally
MDC·context remove
chain이 예외를 던져도 finally cleanup이 pool thread를 다음 사용자에게 비운다.
request snapshot set
read-only access
같은 owner 정책
MDC·context remove