> I submitted a bug report using the Apache Bug Database regarding this.
> However, something seems to be wrong with that database because I don't
see
> it in there now. Anyone know what happened to this bug?
>
> There are some new attributes in Tomcat 4 which allow you to query for SSL
> related information such as the cipher suite that is being used and the
key
> size. BTW, it would be nice if this information were in Tomcat 3.x as
well.
> In Tomcat 4-b1, this works fine. In later versions of Tomcat, these
> attributes don't appear to be being set.
>
> The following is the output in Tomcat 4-b1.
>
> javax.servlet.request.key-size
> javax.servlet.request.cipher-suite
> Key size: 128
> Cipher suite: SSL_RSA_WITH_RC4_128_MD5
>
> Here it is in Tomcat 4-b5. The same is true for several other post b1
> versions.
>
> javax.servlet.request.cipher_suite
> javax.servlet.request.key_size
> Key size: null
> Cipher suite: null
>
>

Craig closed the bug, adding an explanation :
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1940

Remy

Reply via email to