It's a well-known bug in TC 4.1.18-4.1.24 (and has come up on this list at
least three times this week alone, so check the archives :). See
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790 for more details.
The 4.1.26 release should be coming out later this month with a fix for
this.
"zhan
I had configured apache2 + ssl.
How to get client certificate by servlet?
If I configured tomcat4.x + ssl,
I can get client certificate by servlet.
Code:
java.security.cert.X509Certificate[] certs;
certs =
(java.security.cert.X509Certificate[])request.getAttribute("javax.servle
t.request.X509