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 831a674f7c Fix Javadoc typo
831a674f7c is described below
commit 831a674f7c12351cc3b537e899e7f20cb4d954ad
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 25 17:26:53 2022 +0100
Fix Javadoc typo
---
java/org/apache/coyote/http11/AbstractHttp11Protocol.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
index 5f7d144536..63edf18c6e 100644
--- a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
+++ b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
@@ -254,7 +254,7 @@ public abstract class AbstractHttp11Protocol<S> extends
AbstractProtocol<S> {
* CLIENT-CERT authentication. When a POST is received where the security
* constraints require a client certificate, the POST body needs to be
* buffered while an SSL handshake takes place to obtain the certificate. A
- * similar buffering is required during FDORM auth.
+ * similar buffering is required during FORM auth.
*
* @param maxSavePostSize The maximum size POST body to buffer in bytes
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]