Update topics/oidc/java/servlet-filter-adapter.adoc
This commit is contained in:
parent
479c75be27
commit
5b85f7d68b
1 changed files with 1 additions and 1 deletions
2
topics/oidc/java/servlet-filter-adapter.adoc
Executable file → Normal file
2
topics/oidc/java/servlet-filter-adapter.adoc
Executable file → Normal 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue