From 0f1aa39ed0e7177278a6c2a1a7238f6f2629e09f Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 28 Feb 2011 17:24:00 +0000 Subject: [PATCH] Clarify auth process for CLIENT-CERT git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075435 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/authenticator/SSLAuthenticator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/authenticator/SSLAuthenticator.java b/java/org/apache/catalina/authenticator/SSLAuthenticator.java index 64547adfc..9af893a0d 100644 --- a/java/org/apache/catalina/authenticator/SSLAuthenticator.java +++ b/java/org/apache/catalina/authenticator/SSLAuthenticator.java @@ -70,8 +70,8 @@ public class SSLAuthenticator /** * Authenticate the user by checking for the existence of a certificate - * chain, and optionally asking a trust manager to validate that we trust - * this user. + * chain, validating it against the trust manager for the connector and then + * validating the user's identity against the configured Realm. * * @param request Request we are processing * @param response Response we are creating -- 2.11.0