๐๐ SPRING CERTIFICATION QUESTION: What is the security filter chain?
๐๐ SPRING CERTIFICATION QUESTION: What is the security filter chain?
Answer:
๐น๐๐๐ก๐๐๐ถโ๐๐๐๐๐๐๐ฅ๐ฆ maintains a list of ๐๐๐๐ข๐๐๐ก๐ฆ๐น๐๐๐ก๐๐๐ถโ๐๐๐ objects each of which is capable to decide whether it should be applied to a web-request or not.
The first filter-chain which matches the request is responsible for its processing.
Internally ๐๐๐๐ข๐๐๐ก๐ฆ๐น๐๐๐ก๐๐๐ถโ๐๐๐ is itself a list of ๐น๐๐๐ก๐๐ objects plus single instance of ๐ ๐๐๐ข๐๐ ๐ก๐๐๐ก๐โ๐๐ which actually performs url-matching.
#spring #certificationquestion #vcp
A Custom Filter in the Spring Security Filter Chain๐ https://www.baeldung.com/spring-security-custom-filter