From e51c38aec9cf17004c6044cc4e2e671b7f8433f3 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 21 Jul 2005 22:59:30 +0000 Subject: [PATCH] Removed reference in Javadoc to obtaining and validating the SecureContext (checking for null etc), as this is no longer relevant. --- .../intercept/AbstractSecurityInterceptor.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java index 05cc7fe784..3cbcfe8303 100644 --- a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java +++ b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java @@ -59,12 +59,8 @@ import java.util.Set; * *
    *
  1. - * Extract the {@link SecureContext} from the {@link SecurityContextHolder}, - * handling any errors such as invalid or null objects. - *
  2. - *
  3. - * Obtain the {@link Authentication} object from the extracted - * SecureContext. + * Obtain the {@link Authentication} object from the + * {@link SecurityContextHolder}. *
  4. *
  5. * Determine if the request relates to a secured or public invocation by