提交 966c5631 编写于 作者: A Anandhu Gopi 提交者: Ilkka Seppälä

Update Readme.md (#815)

Added a tutorial link for  intercepting filter design pattern
上级 150f7275
......@@ -14,7 +14,9 @@ Provide pluggable filters to conduct necessary pre-processing and
post-processing to requests from a client to a target
![alt text](./etc/intercepting-filter.png "Intercepting Filter")
## Applicability
Use the Intercepting Filter pattern when
......@@ -22,6 +24,9 @@ Use the Intercepting Filter pattern when
* a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers
* you want a modular approach to configuring pre-processing and post-processing schemes
## Tutorials
* [Introduction to Intercepting Filter Pattern in Java](https://www.baeldung.com/intercepting-filter-pattern-in-java)
## Real world examples
* [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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册