SEC-1478: Added 'use-expressions' attribute to namespace appendix.

This commit is contained in:
Luke Taylor 2010-05-11 02:25:45 +01:00
parent e5b0aa6850
commit 705f896209
1 changed files with 7 additions and 1 deletions

View File

@ -101,7 +101,7 @@
<para> Corresponds to the <literal>observeOncePerRequest</literal> property of
<classname>FilterSecurityInterceptor</classname>. Defaults to "true". </para>
</section>
<section xml:id="create-session">
<section xml:id="nsa-create-session">
<title><literal>create-session</literal></title>
<para> Controls the eagerness with which an HTTP session is created. If not set,
defaults to "ifRequired". Other options are "always" and "never". The setting of
@ -117,6 +117,12 @@
cause an exception during the initialization of
<classname>HttpSessionContextIntegrationFilter</classname>. </para>
</section>
<section xml:id="nsa-use-expressions">
<title><literal>use-expressions</literal></title>
<para>Enables EL-expressions in the <literal>access</literal> attribute, as described
in the chapter on <link xlink:href="#el-access-web">expression-based access-control</link>.
</para>
</section>
</section>
<section xml:id="nsa-access-denied-handler">
<title><literal>&lt;access-denied-handler></literal></title>