On Mon, 17 Sep 2001, jean-frederic clere wrote:
> 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.
1 - if possible. The spec is clear even for 2.2 ( the type is a
X509Certificate[] ), and having different from 4.0 would mean trubles for
anyone who uses it.
AFAIK 3.2 returned a string (or nothing ?), but this is clearly a bug.
Costin