luehe 2003/08/11 14:44:49
Modified: http11/src/java/org/apache/coyote/http11 Http11Protocol.java
Log:
- Added support for specifying comma-separated list of SSL protocol
variants to be enabled
This may be useful to disable the less secure SSLv2.
Revision Changes Path
1.33 +4 -0
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java
Index: Http11Protocol.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Http11Protocol.java 11 Aug 2003 18:07:15 -0000 1.32
+++ Http11Protocol.java 11 Aug 2003 21:44:49 -0000 1.33
@@ -344,6 +344,10 @@
setAttribute("protocol", k);
}
+ public void setProtocols(String k) {
+ setAttribute("protocols", k);
+ }
+
public void setAlgorithm( String k ) {
setAttribute("algorithm", k);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]