From 705f89620924a84b73ac30434d254b479ffafa9d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 11 May 2010 02:25:45 +0100 Subject: [PATCH] SEC-1478: Added 'use-expressions' attribute to namespace appendix. --- docs/manual/src/docbook/appendix-namespace.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index beac717bf9..61d9006fa4 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -101,7 +101,7 @@ Corresponds to the observeOncePerRequest property of FilterSecurityInterceptor. Defaults to "true". -
+
<literal>create-session</literal> 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 HttpSessionContextIntegrationFilter.
+
+ <literal>use-expressions</literal> + Enables EL-expressions in the access attribute, as described + in the chapter on expression-based access-control. + +
<literal><access-denied-handler></literal>