1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.0.x'

Closes gh-12484
This commit is contained in:
Josh Cummings
2023-01-04 10:54:10 -07:00
@@ -104,7 +104,7 @@ public class CsrfWebFilter implements WebFilter {
* Specifies a {@link ServerCsrfTokenRequestHandler} that is used to make the * Specifies a {@link ServerCsrfTokenRequestHandler} that is used to make the
* {@code CsrfToken} available as an exchange attribute. * {@code CsrfToken} available as an exchange attribute.
* <p> * <p>
* The default is {@link ServerCsrfTokenRequestAttributeHandler}. * The default is {@link XorServerCsrfTokenRequestAttributeHandler}.
* @param requestHandler the {@link ServerCsrfTokenRequestHandler} to use * @param requestHandler the {@link ServerCsrfTokenRequestHandler} to use
* @since 5.8 * @since 5.8
*/ */