Update topics/oidc/java/servlet-filter-adapter.adoc

This commit is contained in:
Stian Thorgersen 2016-06-09 14:11:22 +02:00
parent 479c75be27
commit 5b85f7d68b

2
topics/oidc/java/servlet-filter-adapter.adoc Executable file → Normal file
View file

@ -1,7 +1,7 @@
[[_servlet_filter_adapter]] [[_servlet_filter_adapter]]
=== Java Servlet Filter Adapter === Java Servlet Filter Adapter
If you are deploying your Java Servlet application on a platform where there is no {{book.project.title}} adapter you opt to use the the servlet filter adapter. If you are deploying your Java Servlet application on a platform where there is no {{book.project.title}} adapter you opt to use the servlet filter adapter.
This adapter works a bit differently than the other adapters. You do not define security constraints in web.xml. This adapter works a bit differently than the other adapters. You do not define security constraints in web.xml.
Instead you define a filter mapping using the {{book.project.title}} servlet filter adapter to secure the url patterns you want to secure. Instead you define a filter mapping using the {{book.project.title}} servlet filter adapter to secure the url patterns you want to secure.