From 6eec9c4d95ba929c91192b047da67b99dabf2fa2 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 17 Nov 2009 23:59:36 +0000 Subject: [PATCH] Added custom-filter element to namespace appendix in manual --- docs/manual/src/docbook/appendix-namespace.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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