This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 82ce33d Fix typo
82ce33d is described below
commit 82ce33da6957ae7bb4fa56cc5680fb2135f12aab
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 18 19:22:39 2021 +0000
Fix typo
---
java/javax/servlet/http/Cookie.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/javax/servlet/http/Cookie.java
b/java/javax/servlet/http/Cookie.java
index 4bd2940..3e41134 100644
--- a/java/javax/servlet/http/Cookie.java
+++ b/java/javax/servlet/http/Cookie.java
@@ -342,7 +342,7 @@ public class Cookie implements Cloneable, Serializable {
* using any protocol.
*
* @return <code>true</code> if the browser uses a secure protocol;
- * otherwise, <code>true</code>
+ * otherwise, <code>false</code>
* @see #setSecure
*/
public boolean getSecure() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]