File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
config/src/main/java/org/springframework/security/config/annotation/web/configurers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ public CsrfConfigurer<H> ignoringRequestMatchers(RequestMatcher... requestMatche
188
188
* </p>
189
189
*
190
190
* @author Michael Vitz
191
- * @since 5.1
191
+ * @since 5.2
192
192
*
193
193
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
194
194
* @return the {@link CsrfConfigurer} for further customizations
@@ -316,7 +316,7 @@ private AccessDeniedHandler createAccessDeniedHandler(H http) {
316
316
* {@link CsrfAuthenticationStrategy} is created.
317
317
*
318
318
* @author Michael Vitz
319
- * @since 5.1
319
+ * @since 5.2
320
320
*
321
321
* @return the {@link SessionAuthenticationStrategy}
322
322
*/
You can’t perform that action at this time.
0 commit comments