Skip to content

Commit 4fb5ff3

Browse files
committed
Polish CookieRequestCache
Issue gh-8034
1 parent 9708a2d commit 4fb5ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/main/java/org/springframework/security/web/savedrequest/CookieRequestCache.java

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* An Implementation of {@code RequestCache} which saves the original request URI in a cookie.
3636
*
3737
* @author Zeeshan Adnan
38+
* @since 5.4
3839
*/
3940
public class CookieRequestCache implements RequestCache {
4041

0 commit comments

Comments
 (0)