better doco

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2896 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2011-03-16 00:28:37 +00:00
parent dd5fc77cd1
commit 47c2db544d
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ public class SslSelectChannelConnector extends SelectChannelConnector implements
* Set if SSL re-negotiation is allowed. CVE-2009-3555 discovered * Set if SSL re-negotiation is allowed. CVE-2009-3555 discovered
* a vulnerability in SSL/TLS with re-negotiation. If your JVM * a vulnerability in SSL/TLS with re-negotiation. If your JVM
* does not have CVE-2009-3555 fixed, then re-negotiation should * does not have CVE-2009-3555 fixed, then re-negotiation should
* not be allowed. * not be allowed. CVE-2009-3555 was fixed in Sun java 1.6 with a ban
* of renegotiate in u19 and with RFC5746 in u22.
* @param allowRenegotiate true if re-negotiation is allowed (default false) * @param allowRenegotiate true if re-negotiation is allowed (default false)
* @deprecated * @deprecated
*/ */