Hi,
I have patched mod_jk for TC4.0 so that the SSL Attributes follow the spec's
(SRV.4.7).
I have not found anything in the 2.2 spec's about it.
I have noted that the "javax.servlet.cert.X509Certificate" of TC3.3 is a String
not an array of java.servlet.request.X509Certificate.
What should we do?:
1 - Update TC3.3 code so that is compatible with 2.3 spec's.
2 - Document in tomcat-ssl-howto.html that in TC3.3
"javax.servlet.cert.X509Certificate" is a String and add an example how to use
it.
I prefer 2.
Cheers
Jean-frederic
Note:
javax.servlet.cert.X509Certificate is in JSSE.
java.servlet.cert.X509Certificate is in JDK (even in 1.2.2).