From ff215e67507c2b4cabb01fd455bb8104a667b864 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 20 May 2008 10:54:29 +0000 Subject: [PATCH] Minor doc fixes --- src/docbkx/technical-overview.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/technical-overview.xml b/src/docbkx/technical-overview.xml index 3ccd18e316..c872a7de80 100644 --- a/src/docbkx/technical-overview.xml +++ b/src/docbkx/technical-overview.xml @@ -319,8 +319,8 @@ if (obj instanceof UserDetails) {
ExceptionTranslationFilter - ExceptionTranslationFilter is an Acegi - Security filter that has responsibility for detecting any Acegi + ExceptionTranslationFilter is a Spring + Security filter that has responsibility for detecting any Spring Security exceptions that are thrown. Such exceptions will generally be thrown by an AbstractSecurityInterceptor, which is the main provider of authorization services. We will discuss