浏览代码

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

Luke Taylor 15 年之前
父节点
当前提交
705f896209
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      docs/manual/src/docbook/appendix-namespace.xml

+ 7 - 1
docs/manual/src/docbook/appendix-namespace.xml

@@ -101,7 +101,7 @@
                 <para> Corresponds to the <literal>observeOncePerRequest</literal> property of
                 <para> Corresponds to the <literal>observeOncePerRequest</literal> property of
                     <classname>FilterSecurityInterceptor</classname>. Defaults to "true". </para>
                     <classname>FilterSecurityInterceptor</classname>. Defaults to "true". </para>
             </section>
             </section>
-            <section xml:id="create-session">
+            <section xml:id="nsa-create-session">
                 <title><literal>create-session</literal></title>
                 <title><literal>create-session</literal></title>
                 <para> Controls the eagerness with which an HTTP session is created. If not set,
                 <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
                     defaults to "ifRequired". Other options are "always" and "never". The setting of
@@ -117,6 +117,12 @@
                     cause an exception during the initialization of
                     cause an exception during the initialization of
                     <classname>HttpSessionContextIntegrationFilter</classname>. </para>
                     <classname>HttpSessionContextIntegrationFilter</classname>. </para>
             </section>
             </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>
         <section xml:id="nsa-access-denied-handler">
         <section xml:id="nsa-access-denied-handler">
             <title><literal>&lt;access-denied-handler></literal></title>
             <title><literal>&lt;access-denied-handler></literal></title>