Skip to content

Commit b153d92

Browse files
committed
Fix JavaDoc for formLogin in ServerHttpSecurity
1 parent dc27051 commit b153d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public HttpBasicSpec httpBasic() {
576576
* // expect a log in page at "/authenticate"
577577
* // a POST "/authenticate" is where authentication occurs
578578
* // error page at "/authenticate?error"
579-
* .formLogin("/authenticate");
579+
* .loginPage("/authenticate");
580580
* return http.build();
581581
* }
582582
* </pre>

0 commit comments

Comments
 (0)