mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Typo "he" -> "the"
This commit is contained in:
parent
3624ba5b4e
commit
335a01577a
@ -213,7 +213,7 @@ public final class FormLoginConfigurer<H extends HttpSecurityBuilder<H>> extends
|
|||||||
* Forward Authentication Failure Handler
|
* Forward Authentication Failure Handler
|
||||||
*
|
*
|
||||||
* @param forwardUrl the target URL in case of failure
|
* @param forwardUrl the target URL in case of failure
|
||||||
* @return he {@link FormLoginConfigurer} for additional customization
|
* @return the {@link FormLoginConfigurer} for additional customization
|
||||||
*/
|
*/
|
||||||
public FormLoginConfigurer<H> failureForwardUrl(String forwardUrl) {
|
public FormLoginConfigurer<H> failureForwardUrl(String forwardUrl) {
|
||||||
failureHandler(new ForwardAuthenticationFailureHandler(forwardUrl));
|
failureHandler(new ForwardAuthenticationFailureHandler(forwardUrl));
|
||||||
@ -224,7 +224,7 @@ public final class FormLoginConfigurer<H extends HttpSecurityBuilder<H>> extends
|
|||||||
* Forward Authentication Success Handler
|
* Forward Authentication Success Handler
|
||||||
*
|
*
|
||||||
* @param forwardUrl the target URL in case of success
|
* @param forwardUrl the target URL in case of success
|
||||||
* @return he {@link FormLoginConfigurer} for additional customization
|
* @return the {@link FormLoginConfigurer} for additional customization
|
||||||
*/
|
*/
|
||||||
public FormLoginConfigurer<H> successForwardUrl(String forwardUrl) {
|
public FormLoginConfigurer<H> successForwardUrl(String forwardUrl) {
|
||||||
successHandler(new ForwardAuthenticationSuccessHandler(forwardUrl));
|
successHandler(new ForwardAuthenticationSuccessHandler(forwardUrl));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user