You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/08/25 16:27:18 UTC

[tomcat] branch 8.5.x updated: Fix Javadoc typo

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 <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org