Skip to content

Commit f689f3c

Browse files
kse-musicmarcusdacoregio
authored andcommitted
Fix continueOnError default value in java doc
Closes gh-14870
1 parent f471206 commit f689f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public Mono<Authentication> convert(ServerWebExchange exchange) {
6161
}
6262

6363
/**
64-
* Continue iterating when a delegate errors, defaults to {@code true}
64+
* Continue iterating when a delegate errors, defaults to {@code false}
6565
* @param continueOnError whether to continue when a delegate errors
6666
* @since 6.3
6767
*/

0 commit comments

Comments
 (0)