瀏覽代碼

Polish CookieRequestCache

Issue gh-8034
Eleftheria Stein 5 年之前
父節點
當前提交
4fb5ff35db

+ 1 - 0
web/src/main/java/org/springframework/security/web/savedrequest/CookieRequestCache.java

@@ -35,6 +35,7 @@ import java.util.Base64;
  * An Implementation of {@code RequestCache} which saves the original request URI in a cookie.
  *
  * @author Zeeshan Adnan
+ * @since 5.4
  */
 public class CookieRequestCache implements RequestCache {