فهرست منبع

fix comment of authenticationFailureHandler

Geonu Jeon 5 سال پیش
والد
کامیت
fd615535b3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      config/src/main/kotlin/org/springframework/security/config/web/servlet/FormLoginDsl.kt

+ 1 - 1
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