From 5a1258a4cabd43f300dbd1cdd1b45cc3b54faa4f Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 8 May 2008 15:54:27 +0000 Subject: [PATCH] Corrected references to parts and reading order --- src/docbkx/springsecurity.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/docbkx/springsecurity.xml b/src/docbkx/springsecurity.xml index e086ff47c0..26b50a96c7 100644 --- a/src/docbkx/springsecurity.xml +++ b/src/docbkx/springsecurity.xml @@ -67,12 +67,13 @@ automation tool. These custom requirements make application security interesting, challenging and rewarding. - This reference guide has been largely restructured for the 1.0.0 - release of Spring Security (then called Acegi Security). Please read Part - I, Overall Architecture, in - its entirety. The remaining parts of the reference guide are structured in - a more traditional reference style, designed to be read on an as-required - basis. + Please read , in + its entirety to begin with. This will introduce you to the framework and the namespace-based + configuration system with which you can get up and running quite quickly. To get more of an understanding + of an in-depth understaning of how Spring Security works, and some of the classes you might + need to use, you should then read . + The remaining parts of this guide are structured in a more traditional reference style, + designed to be read on an as-required basis. We hope that you find this reference guide useful, and we welcome your feedback and suggestions.