From 71a112448483089a934b974a54fa9e2f5f56d15e Mon Sep 17 00:00:00 2001 From: Geonu Jeon Date: Thu, 24 Sep 2020 16:46:08 +0900 Subject: [PATCH] fix comment of authenticationFailureHandler --- .../springframework/security/config/web/servlet/FormLoginDsl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/kotlin/org/springframework/security/config/web/servlet/FormLoginDsl.kt b/config/src/main/kotlin/org/springframework/security/config/web/servlet/FormLoginDsl.kt index 07077346b53..072d54877c6 100644 --- a/config/src/main/kotlin/org/springframework/security/config/web/servlet/FormLoginDsl.kt +++ b/config/src/main/kotlin/org/springframework/security/config/web/servlet/FormLoginDsl.kt @@ -32,7 +32,7 @@ import org.springframework.security.web.authentication.AuthenticationSuccessHand * @property authenticationSuccessHandler the [AuthenticationSuccessHandler] used after * authentication success * @property authenticationFailureHandler the [AuthenticationFailureHandler] used after - * authentication success + * authentication failure * @property failureUrl the URL to send users if authentication fails * @property loginProcessingUrl the URL to validate the credentials * @property permitAll whether to grant access to the urls for [failureUrl] as well as