Merge branch '6.0.x'

Closes gh-12484
This commit is contained in:
Josh Cummings 2023-01-04 10:54:10 -07:00
commit c0fe74869f
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class CsrfWebFilter implements WebFilter {
* Specifies a {@link ServerCsrfTokenRequestHandler} that is used to make the
* {@code CsrfToken} available as an exchange attribute.
* <p>
* The default is {@link ServerCsrfTokenRequestAttributeHandler}.
* The default is {@link XorServerCsrfTokenRequestAttributeHandler}.
* @param requestHandler the {@link ServerCsrfTokenRequestHandler} to use
* @since 5.8
*/