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:
parent
dd5fc77cd1
commit
47c2db544d
|
@ -122,7 +122,8 @@ public class SslSelectChannelConnector extends SelectChannelConnector implements
|
|||
* Set if SSL re-negotiation is allowed. CVE-2009-3555 discovered
|
||||
* a vulnerability in SSL/TLS with re-negotiation. If your JVM
|
||||
* 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)
|
||||
* @deprecated
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue