From f689f3c3fcf99c9b2fa5ddffab59798cd56ed4b8 Mon Sep 17 00:00:00 2001 From: DingHao Date: Tue, 9 Apr 2024 20:50:07 +0800 Subject: [PATCH] Fix continueOnError default value in java doc Closes gh-14870 --- .../authentication/DelegatingServerAuthenticationConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/server/authentication/DelegatingServerAuthenticationConverter.java b/web/src/main/java/org/springframework/security/web/server/authentication/DelegatingServerAuthenticationConverter.java index ef8f88b0365..d2ff68c9816 100644 --- a/web/src/main/java/org/springframework/security/web/server/authentication/DelegatingServerAuthenticationConverter.java +++ b/web/src/main/java/org/springframework/security/web/server/authentication/DelegatingServerAuthenticationConverter.java @@ -61,7 +61,7 @@ public Mono convert(ServerWebExchange exchange) { } /** - * Continue iterating when a delegate errors, defaults to {@code true} + * Continue iterating when a delegate errors, defaults to {@code false} * @param continueOnError whether to continue when a delegate errors * @since 6.3 */