diff --git a/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java b/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java index 7df0846ea5..9d4d3ce99c 100644 --- a/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java +++ b/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java @@ -383,8 +383,8 @@ public class CasAuthenticationFilter extends AbstractAuthenticationProcessingFil } /** - * Indicates if the request is eligible to process a service ticket. This method exists - * for readability. + * Indicates if the request is eligible to process a service ticket. This method + * exists for readability. * @param request * @param response * @return diff --git a/config/src/main/java/org/springframework/security/config/annotation/AbstractConfiguredSecurityBuilder.java b/config/src/main/java/org/springframework/security/config/annotation/AbstractConfiguredSecurityBuilder.java index f96ea84080..527eb84759 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/AbstractConfiguredSecurityBuilder.java +++ b/config/src/main/java/org/springframework/security/config/annotation/AbstractConfiguredSecurityBuilder.java @@ -419,8 +419,8 @@ public abstract class AbstractConfiguredSecurityBuilder, ThrowableCauseExtractor> extractorMap; diff --git a/web/src/main/java/org/springframework/security/web/util/UrlUtils.java b/web/src/main/java/org/springframework/security/web/util/UrlUtils.java index 2298a51b48..926872a0d1 100644 --- a/web/src/main/java/org/springframework/security/web/util/UrlUtils.java +++ b/web/src/main/java/org/springframework/security/web/util/UrlUtils.java @@ -87,8 +87,8 @@ public final class UrlUtils { * (SEC-1255). This method is typically used to return a URL for matching against * secured paths, hence the decoded form is used in preference to the requestURI for * building the returned value. But this method may also be called using dummy request - * objects which just have the requestURI and contextPath set, for example, so it - * will fall back to using those. + * objects which just have the requestURI and contextPath set, for example, so it will + * fall back to using those. * @return the decoded URL, excluding any server name, context path or servlet path * */