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 b5076fe Remove incorrect comment b5076fe is described below commit b5076feb6c7580db784f8d4993374d9a5a05f9eb 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 ee771c4..c484424 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