git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@917978
13f79535-47bb-0310-9956-
ffa450edef68
* support the secure renegotiation.
*/
protected boolean SSLInsecureRenegotiation = false;
- public void seSSLInsecureRenegotiation(boolean SSLInsecureRenegotiation) { this.SSLInsecureRenegotiation = SSLInsecureRenegotiation; }
+ public void setSSLInsecureRenegotiation(boolean SSLInsecureRenegotiation) { this.SSLInsecureRenegotiation = SSLInsecureRenegotiation; }
public boolean getSSLInsecureRenegotiation() { return SSLInsecureRenegotiation; }
// --------------------------------------------------------- Public Methods