diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index ed73b23699..9c49bc1fc4 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -410,6 +410,14 @@ will be invalidated on logout. +
+ The <literal><custom-filter></literal> Element + This element is used to add a filter to the filter chain. It doesn't create any + additional beans but is used to select a bean of type + javax.servlet.Filter which is already defined in the + appllication context and add that at a particular position in the filter chain maintained by + Spring Security. Full details can be found in the namespace chapter. +
Authentication Services