Skip to content

Commit 5f89f39

Browse files
author
Steve Riesenberg
committed
Merge branch '6.0.x'
Closes gh-12515
2 parents e61b17f + 4e80338 commit 5f89f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/main/java/org/springframework/security/web/csrf/CsrfFilter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -170,7 +170,7 @@ public void setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler) {
170170
* {@link CsrfToken} available as a request attribute.
171171
*
172172
* <p>
173-
* The default is {@link CsrfTokenRequestAttributeHandler}.
173+
* The default is {@link XorCsrfTokenRequestAttributeHandler}.
174174
* </p>
175175
* @param requestHandler the {@link CsrfTokenRequestHandler} to use
176176
* @since 5.8

0 commit comments

Comments
 (0)