1
0
mirror of synced 2026-08-02 00:07:03 +00:00

SEC-1584: Added namespace support for injecting custom HttpFirewall instance into FilterChainProxy.

This commit is contained in:
Luke Taylor
2010-10-13 19:34:04 +01:00
parent 0961671772
commit 173537f4f2
8 changed files with 73 additions and 6 deletions
@@ -524,12 +524,19 @@
chapter.</para>
</section>
<section xml:id="nsa-request-cache">
<title>The <literal>request-cache</literal> Element</title>
<title>The <literal>&lt;request-cache></literal> Element</title>
<para>Sets the <interfacename>RequestCache</interfacename> instance which will be used
by the <classname>ExceptionTranslationFilter</classname> to store request
information before invoking an
<interfacename>AuthenticationEntryPoint</interfacename>. </para>
</section>
<section>
<title>The <literal>&lt;http-firewall></literal> Element</title>
<para>This is a top-level element which can be used to inject a custom implementation of
<interfacename>HttpFirewall</interfacename> into the
<classname>FilterChainProxy</classname> created by the namespace. The default
implementation should be suitable for most applications.</para>
</section>
</section>
<section xml:id="nsa-authentication">
<title>Authentication Services</title>