This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 5136cd6 Remove incorrect comment
5136cd6 is described below
commit 5136cd601f870163105f2a90171e558780e83a01
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]