Fix broken links #915 (#921)

This commit is contained in:
snehalatapandit
2019-09-07 23:48:13 +05:30
committed by Ilkka Seppälä
parent f1410337b5
commit 88fae070e6
2 changed files with 3 additions and 4 deletions

View File

@@ -30,9 +30,8 @@ Use the Intercepting Filter pattern when
## 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)
* [Struts 2 - Interceptors](https://struts.apache.org/docs/interceptors.html)
* [Struts 2 - Interceptors](https://struts.apache.org/core-developers/interceptors.html)
## Credits
* [TutorialsPoint - Intercepting Filter](http://www.tutorialspoint.com/design_pattern/intercepting_filter_pattern.htm)
* [Presentation Tier Patterns](http://www.javagyan.com/tutorials/corej2eepatterns/presentation-tier-patterns)