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 5f980ee821 Fix Javadoc typo
5f980ee821 is described below
commit 5f980ee8210cc3d1ced2939d711fa305c015c5f5
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 4d706ba53d..aedf32eefa 100644
--- a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
+++ b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
@@ -256,7 +256,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]