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: + + ]]> + + +