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