Browse Source

Fix continueOnError default value in java doc

Closes gh-14870
DingHao 1 year ago
parent
commit
f689f3c3fc

+ 1 - 1
web/src/main/java/org/springframework/security/web/server/authentication/DelegatingServerAuthenticationConverter.java

@@ -61,7 +61,7 @@ public final class DelegatingServerAuthenticationConverter implements ServerAuth
 	}
 
 	/**
-	 * 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
 	 */