From d20c88ecefe18e75f253e96df7dc666bb949aca7 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sat, 1 Nov 2025 14:16:22 +0700 Subject: [PATCH] Format code Signed-off-by: Tran Ngoc Nhan --- .../security/cas/web/CasAuthenticationFilter.java | 4 ++-- .../config/annotation/AbstractConfiguredSecurityBuilder.java | 4 ++-- .../springframework/security/web/util/ThrowableAnalyzer.java | 3 ++- .../java/org/springframework/security/web/util/UrlUtils.java | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) 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 * */