From 452604ff3b46d38bd7cca70a3da87e1b7340eb5d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 16 Mar 2005 16:57:28 +0000 Subject: [PATCH] Minor Javadoc corrections. --- .../intercept/web/SecurityEnforcementFilter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/intercept/web/SecurityEnforcementFilter.java b/core/src/main/java/org/acegisecurity/intercept/web/SecurityEnforcementFilter.java index a1711cfbf8..a1c2f9a290 100644 --- a/core/src/main/java/org/acegisecurity/intercept/web/SecurityEnforcementFilter.java +++ b/core/src/main/java/org/acegisecurity/intercept/web/SecurityEnforcementFilter.java @@ -53,7 +53,7 @@ import javax.servlet.http.HttpServletResponse; *

* *

- * If a {@link AuthenticationException} is detected, the filter will launch the + * If an {@link AuthenticationException} is detected, the filter will launch the * authenticationEntryPoint. This allows common handling of * authentication failures originating from any subclass of {@link * net.sf.acegisecurity.intercept.AbstractSecurityInterceptor}. @@ -86,7 +86,7 @@ import javax.servlet.http.HttpServletResponse; * authenticationEntryPoint indicates the handler that should * commence the authentication process if an * AuthenticationException is detected. Note that this may also - * switch the current protocol from http to https for a an SSL login. + * switch the current protocol from http to https for an SSL login. * *

  • * portResolver is used to determine the "real" port that a