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
* a system uses pre-processing or post-processing requests
22
24
* a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers
23
25
* you want a modular approach to configuring pre-processing and post-processing schemes
24
26
27
+
## Tutorials
28
+
*[Introduction to Intercepting Filter Pattern in Java](https://www.baeldung.com/intercepting-filter-pattern-in-java)
29
+
25
30
## Real world examples
26
31
27
32
*[javax.servlet.FilterChain](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/FilterChain.html) and [javax.servlet.Filter](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/Filter.html)
0 commit comments