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. *

*