This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new d243251948 Fix Javadoc typo d243251948 is described below commit d243251948a351224f2e6d9d04264769cac27fbe 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 1a88c314a0..c33ab7035a 100644 --- a/java/org/apache/coyote/http11/AbstractHttp11Protocol.java +++ b/java/org/apache/coyote/http11/AbstractHttp11Protocol.java @@ -227,7 +227,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org