소스 검색

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