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 00767d3 Remove incorrect comment 00767d3 is described below commit 00767d30843237510181a6ece2547a34dd42b785 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 24 14:00:37 2022 +0000 Remove incorrect comment --- java/org/apache/catalina/authenticator/SSLAuthenticator.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/org/apache/catalina/authenticator/SSLAuthenticator.java b/java/org/apache/catalina/authenticator/SSLAuthenticator.java index bb5ffcd..9844b22 100644 --- a/java/org/apache/catalina/authenticator/SSLAuthenticator.java +++ b/java/org/apache/catalina/authenticator/SSLAuthenticator.java @@ -35,8 +35,6 @@ import org.apache.coyote.ActionCode; */ public class SSLAuthenticator extends AuthenticatorBase { - // --------------------------------------------------------- Public Methods - /** * Authenticate the user by checking for the existence of a certificate * chain, validating it against the trust manager for the connector and then --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org