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:15 UTC

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

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