diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml index 57298a26c8..1f0acb7685 100644 --- a/src/docbkx/namespace-config.xml +++ b/src/docbkx/namespace-config.xml @@ -1,5 +1,5 @@ - + Security Namespace Configuration @@ -151,7 +151,7 @@
- A Minimal <literal><http></literal>Configuration + A Minimal <literal><http></literal> Configuration All you need to enable web security to begin with is properties attribute on - user-service. See for more details. + user-service. See the section on + in-memory authentication for more details. Using the <authentication-provider> element means that the user information will be used by the authentication manager to process authentication requests. diff --git a/src/docbkx/remember-me-authentication.xml b/src/docbkx/remember-me-authentication.xml index 72f3c10b5a..b2a76bd080 100644 --- a/src/docbkx/remember-me-authentication.xml +++ b/src/docbkx/remember-me-authentication.xml @@ -141,10 +141,11 @@ + - + @@ -161,7 +162,7 @@ AuthenticationManager.setProviders() list, and add RememberMeProcessingFilter into your FilterChainProxy (typically immediately after your - AuthenticationProcessingFilter) + AuthenticationProcessingFilter).
PersistentTokenBasedRememberMeServices diff --git a/src/docbkx/springsecurity.xml b/src/docbkx/springsecurity.xml index fd8e6ad3dd..e7dd4f9998 100644 --- a/src/docbkx/springsecurity.xml +++ b/src/docbkx/springsecurity.xml @@ -145,7 +145,7 @@ With some exceptions, we will be discussing the full details of Spring Security bean configuration rather than the shorthand - namespace syntax. You should review + namespace syntax. You should review the introduction to using namespace configuration and the options it provides to see if they will meet your needs. As you come to use the framework more, and need to customize the internal behaviour, you will probably want to understand diff --git a/src/docbkx/supporting-infrastructure.xml b/src/docbkx/supporting-infrastructure.xml index 88a1b02628..40a777db7b 100644 --- a/src/docbkx/supporting-infrastructure.xml +++ b/src/docbkx/supporting-infrastructure.xml @@ -26,11 +26,11 @@ instead are hard-coded in English within Spring Security's code. - Shipping in the acegi-security-xx.jar you + Shipping in the spring-security-core-xx.jar you will find an org.springframework.security package that in turn contains a messages.properties file. This should be referred to by your - ApplicationContext, as Acegi Security classes + ApplicationContext, as Spring Security classes implement Spring's MessageSourceAware interface and expect the message resolver to be dependency injected at application context startup time. Usually all you need to do is register a bean @@ -39,7 +39,7 @@ - + ]]>