diff --git a/docs/manual/src/docbook/preauth.xml b/docs/manual/src/docbook/preauth.xml
index ba36f09072..7b4e7ac02a 100644
--- a/docs/manual/src/docbook/preauth.xml
+++ b/docs/manual/src/docbook/preauth.xml
@@ -162,15 +162,11 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
]]>
- We've assumed here that the security namespace is being used for
- configuration (hence the user of the custom-filter,
- authentication-manager and
- custom-authentication-provider elements (you can read more about them
- in the namespace chapter). You would leave these out
- of a traditional bean configuration. It's also assumed that you have added a
- UserDetailsService (called
- userDetailsService) to your configuration to load the user's roles.
-
+ We've assumed here that the security namespace
+ is being used for configuration. It's also assumed that you have added a
+ UserDetailsService (called
+ userDetailsService) to your configuration to load the user's
+ roles.