From defc79c2839ef8d6ca8e9f28e9e65579bddc0d4f Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 6 Sep 2004 20:06:42 +0000 Subject: [PATCH] Minor Javadoc correction. --- .../intercept/web/AuthenticationEntryPoint.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/intercept/web/AuthenticationEntryPoint.java b/core/src/main/java/org/acegisecurity/intercept/web/AuthenticationEntryPoint.java index 91532de055..1f114faaec 100644 --- a/core/src/main/java/org/acegisecurity/intercept/web/AuthenticationEntryPoint.java +++ b/core/src/main/java/org/acegisecurity/intercept/web/AuthenticationEntryPoint.java @@ -34,17 +34,17 @@ public interface AuthenticationEntryPoint { /** * Commences an authentication scheme. - * + * *

* SecurityEnforcementFilter will populate the * HttpSession attribute named * AuthenticationProcessingFilter.ACEGI_SECURITY_TARGET_URL_KEY * with the requested target URL before calling this method. *

- * + * *

* Implementations should modify the headers on the - * ServletResponse to as necessary to commence the + * ServletResponse as necessary to commence the * authentication process. *

*