Browse Source

Added custom-filter element to namespace appendix in manual

3.0.x
Luke Taylor 16 years ago
parent
commit
6eec9c4d95
  1. 8
      docs/manual/src/docbook/appendix-namespace.xml

8
docs/manual/src/docbook/appendix-namespace.xml

@ -410,6 +410,14 @@ @@ -410,6 +410,14 @@
will be invalidated on logout. </para>
</section>
</section>
<section>
<title>The <literal>&lt;custom-filter></literal> Element</title>
<para>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
<interfacename>javax.servlet.Filter</interfacename> 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.</para>
</section>
</section>
<section>
<title>Authentication Services</title>

Loading…
Cancel
Save