Author: markt Date: Fri Jan 30 05:36:33 2009 New Revision: 739182 URL: http://svn.apache.org/viewvc?rev=739182&view=rev Log: Minor clarification as a result of bug 46498
Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml?rev=739182&r1=739181&r2=739182&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Fri Jan 30 05:36:33 2009 @@ -421,6 +421,9 @@ all SSL clients to present a client Certificate in order to use this socket. Set this value to <code>want</code> if you want Tomcat to request a client Certificate, but not fail if one isn't presented. + A <code>false</code> value (which is the default) will not require a + certificate chain unless the client requests a resource protected by a + security constraint that uses <code>CLIENT-CERT</code> authentication. </td> </tr> <tr><td><code>SSLEnabled</code></td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org