From a954274037cccae499bf8db6adb831f4e9c01441 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 7 Nov 2007 00:46:04 +0000 Subject: [PATCH] SEC-455: Added note on including taglib declaration in JSPs. --- src/docbkx/springsecurity.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/docbkx/springsecurity.xml b/src/docbkx/springsecurity.xml index 0190cc2737..ae50330c4c 100644 --- a/src/docbkx/springsecurity.xml +++ b/src/docbkx/springsecurity.xml @@ -274,7 +274,7 @@ History Spring Security began in late 2003 as "The Acegi Security System for Spring". - A question was posed on the Spring Developers' mailing list asking + A question was posed on the Spring Developers' mailing list asking whether there had been any consideration given to a Spring-based security implementation. At the time the Spring community was relatively small (especially by today's size!), and indeed Spring itself had only existed @@ -1404,7 +1404,14 @@ if (obj instanceof UserDetails) { Now that you've configured the tag libraries, refer to the individual reference guide sections for details on how to use - them. + them. Note that when using the tags, you should include the + taglib reference in your JSP: + + ]]> + + +