We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc27051 commit b153d92Copy full SHA for b153d92
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java
@@ -576,7 +576,7 @@ public HttpBasicSpec httpBasic() {
576
* // expect a log in page at "/authenticate"
577
* // a POST "/authenticate" is where authentication occurs
578
* // error page at "/authenticate?error"
579
- * .formLogin("/authenticate");
+ * .loginPage("/authenticate");
580
* return http.build();
581
* }
582
* </pre>
0 commit comments