diff --git a/web/src/main/java/org/springframework/security/web/authentication/preauth/RequestAttributeAuthenticationFilter.java b/web/src/main/java/org/springframework/security/web/authentication/preauth/RequestAttributeAuthenticationFilter.java index 964b1ef944..aaa54018b6 100644 --- a/web/src/main/java/org/springframework/security/web/authentication/preauth/RequestAttributeAuthenticationFilter.java +++ b/web/src/main/java/org/springframework/security/web/authentication/preauth/RequestAttributeAuthenticationFilter.java @@ -21,7 +21,9 @@ import org.springframework.util.Assert; /** * A simple pre-authenticated filter which obtains the username from request attributes, - * for use with SSO systems such as Stanford WebAuth or Shibboleth. + * for use with SSO systems such as + * Stanford WebAuth or + * Shibboleth. *

* As with most pre-authenticated scenarios, it is essential that the external * authentication system is set up correctly as this filter does no authentication