소스 검색

Polish gh-11896

Steve Riesenberg 2 년 전
부모
커밋
d9a682a414
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc

+ 1 - 1
config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc

@@ -1124,7 +1124,7 @@ csrf-options.attlist &=
 	## The CsrfTokenRepository to use. The default is HttpSessionCsrfTokenRepository wrapped by LazyCsrfTokenRepository.
 	attribute token-repository-ref { xsd:token }?
 csrf-options.attlist &=
-	## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor.
+	## The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler.
 	attribute request-handler-ref { xsd:token }?
 
 headers =