1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Merge branch '5.8.x'

Closes gh-12185
This commit is contained in:
Steve Riesenberg
2022-11-09 12:28:37 -06:00
2 changed files with 68 additions and 1 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@ import org.springframework.web.util.WebUtils;
* AngularJS. When using with AngularJS be sure to use {@link #withHttpOnlyFalse()}.
*
* @author Rob Winch
* @author Steve Riesenberg
* @since 4.1
*/
public final class CookieCsrfTokenRepository implements CsrfTokenRepository {