File tree 1 file changed +3
-3
lines changed
spring-web/src/main/java/org/springframework/http
1 file changed +3
-3
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-2024 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.
@@ -110,7 +110,7 @@ public boolean isSecure() {
110
110
111
111
/**
112
112
* Return {@code true} if the cookie has the "HttpOnly" attribute.
113
- * @see <a href="https://www. owasp.org/index.php/HTTPOnly ">https://www. owasp.org/index.php/HTTPOnly </a>
113
+ * @see <a href="https://owasp.org/www-community/HttpOnly ">https://owasp.org/www-community/HttpOnly </a>
114
114
*/
115
115
public boolean isHttpOnly () {
116
116
return this .httpOnly ;
@@ -326,7 +326,7 @@ public interface ResponseCookieBuilder {
326
326
327
327
/**
328
328
* Add the "HttpOnly" attribute to the cookie.
329
- * @see <a href="https://www. owasp.org/index.php/HTTPOnly ">https://www. owasp.org/index.php/HTTPOnly </a>
329
+ * @see <a href="https://owasp.org/www-community/HttpOnly ">https://owasp.org/www-community/HttpOnly </a>
330
330
*/
331
331
ResponseCookieBuilder httpOnly (boolean httpOnly );
332
332
You can’t perform that action at this time.
0 commit comments