From 5e3204a5cbd6fc4f8e154df44e63d953fde43a33 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 9 Aug 2008 11:22:35 +0000 Subject: [PATCH] Typo --- src/site/fml/faq.fml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index e8a85e743d..012b40d1a6 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -199,8 +199,8 @@ org.springframework.security.AccessDeniedException: Access is denied

You will also need to customize the actual authentication process. If you are using a custom authentication token class, for example, you will have to write an AuthenticationProvider to handle it (or extend the standard DaoAuthenticationProvider). - If you have concatenated the fields, you can implement your own UserDetailsService which splits them up and loads the appropriated user data to use - for authentication. + If you have concatenated the fields, you can implement your own UserDetailsService which splits them up and loads the appropriate user data for + authentication.