From 18230259b870b771928adde6c1462deb3be445ff Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 28 Jun 2012 11:35:07 -0500 Subject: [PATCH] SEC-1985: Removed WebSecurityExpessionHandler from reference --- docs/manual/src/docbook/taglibs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/taglibs.xml b/docs/manual/src/docbook/taglibs.xml index 38d2d32790..29a6a1bfe4 100644 --- a/docs/manual/src/docbook/taglibs.xml +++ b/docs/manual/src/docbook/taglibs.xml @@ -19,7 +19,7 @@ . The first approach uses a web-security expression, specified in the access attribute of the tag. The expression evaluation will be delegated to the - WebSecurityExpressionHandler defined in the application + SecurityExpressionHandler<FilterInvocation> defined in the application context (you should have web expressions enabled in your <http> namespace configuration to make sure this service is available). So, for example, you might