File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
web/src/main/java/org/springframework/security/web/csrf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -170,7 +170,7 @@ public void setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler) {
170
170
* {@link CsrfToken} available as a request attribute.
171
171
*
172
172
* <p>
173
- * The default is {@link CsrfTokenRequestAttributeHandler }.
173
+ * The default is {@link XorCsrfTokenRequestAttributeHandler }.
174
174
* </p>
175
175
* @param requestHandler the {@link CsrfTokenRequestHandler} to use
176
176
* @since 5.8
You can’t perform that action at this time.
0 commit comments