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".
-
+ create-session 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.
+
+ use-expressions
+ Enables EL-expressions in the access attribute, as described
+ in the chapter on expression-based access-control.
+
+ <access-denied-handler>