mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix JavaDoc for formLogin in ServerHttpSecurity
This commit is contained in:
parent
dc2705189f
commit
b153d92b23
@ -576,7 +576,7 @@ public class ServerHttpSecurity {
|
||||
* // expect a log in page at "/authenticate"
|
||||
* // a POST "/authenticate" is where authentication occurs
|
||||
* // error page at "/authenticate?error"
|
||||
* .formLogin("/authenticate");
|
||||
* .loginPage("/authenticate");
|
||||
* return http.build();
|
||||
* }
|
||||
* </pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user