This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new ec075e4 Fix typo
ec075e4 is described below
commit ec075e4b92c7a042c1467efe82e845897079d5b8
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 b1e23c0..e0ff6a0 100644
--- a/java/javax/servlet/http/Cookie.java
+++ b/java/javax/servlet/http/Cookie.java
@@ -324,7 +324,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]