Update OWASP Links in Cookie class (#10677)
Motivation: Fix Broken Link of OWASP HttpOnly Cookie in Cookie class. Modification: Updated the broken link. Result: Broken Link Fix for better Documentation.
This commit is contained in:
parent
6cb72be2dd
commit
08ff3442ec
@ -127,7 +127,7 @@ public interface Cookie extends Comparable<Cookie> {
|
|||||||
* Checks to see if this {@link Cookie} can only be accessed via HTTP.
|
* Checks to see if this {@link Cookie} can only be accessed via HTTP.
|
||||||
* If this returns true, the {@link Cookie} cannot be accessed through
|
* If this returns true, the {@link Cookie} cannot be accessed through
|
||||||
* client side script - But only if the browser supports it.
|
* client side script - But only if the browser supports it.
|
||||||
* For more information, please look <a href="http://www.owasp.org/index.php/HTTPOnly">here</a>
|
* For more information, please look <a href="https://owasp.org/www-community/HttpOnly">here</a>
|
||||||
*
|
*
|
||||||
* @return True if this {@link Cookie} is HTTP-only or false if it isn't
|
* @return True if this {@link Cookie} is HTTP-only or false if it isn't
|
||||||
*/
|
*/
|
||||||
@ -138,7 +138,7 @@ public interface Cookie extends Comparable<Cookie> {
|
|||||||
* If set to true, this {@link Cookie} cannot be accessed by a client
|
* If set to true, this {@link Cookie} cannot be accessed by a client
|
||||||
* side script. However, this works only if the browser supports it.
|
* side script. However, this works only if the browser supports it.
|
||||||
* For for information, please look
|
* For for information, please look
|
||||||
* <a href="http://www.owasp.org/index.php/HTTPOnly">here</a>.
|
* <a href="https://owasp.org/www-community/HttpOnly">here</a>.
|
||||||
*
|
*
|
||||||
* @param httpOnly True if the {@link Cookie} is HTTP only, otherwise false.
|
* @param httpOnly True if the {@link Cookie} is HTTP only, otherwise false.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user