浏览代码

Removed reference in Javadoc to obtaining and validating the SecureContext (checking for null etc), as this is no longer relevant.

Luke Taylor 20 年之前
父节点
当前提交
e51c38aec9
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

+ 2 - 6
core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

@@ -59,12 +59,8 @@ import java.util.Set;
  * 
  * <ol>
  * <li>
- * Extract the {@link SecureContext} from the {@link SecurityContextHolder},
- * handling any errors such as invalid or <code>null</code> objects.
- * </li>
- * <li>
- * Obtain the {@link Authentication} object from the extracted
- * <code>SecureContext</code>.
+ * Obtain the {@link Authentication} object from the 
+ * {@link SecurityContextHolder}.
  * </li>
  * <li>
  * Determine if the request relates to a secured or public invocation by