This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new e97f882 Remove incorrect comment e97f882 is described below commit e97f882d99999ed471a5b36a4541946f32e98b5e 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