Selaa lähdekoodia

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

Luke Taylor 15 vuotta sitten
vanhempi
commit
705f896209
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  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
                     <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>