From: Dave B. <bla...@us...> - 2011-03-14 14:04:23
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient In directory vz-cvs-3.sog:/tmp/cvs-serv19561/src/org/sblim/cimclient Modified Files: WBEMConfigurationProperties.java Log Message: 3195069 - Need support to disable SSL Handshake Index: WBEMConfigurationProperties.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/WBEMConfigurationProperties.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- WBEMConfigurationProperties.java 14 Mar 2011 13:39:59 -0000 1.35 +++ WBEMConfigurationProperties.java 14 Mar 2011 14:04:20 -0000 1.36 @@ -557,7 +557,7 @@ * If set to false, SSL handshakes are not synchronized. If set to true, SSL handshakes * are synchronized as a workaround for an IBMJSSE1 problem with thread-safe handshakes. * - * Note: This property has no affect unless sblim.wbem.performSslHandshake is set to + * Note: This property has no affect unless sblim.wbem.performSslHandshake is set to * true. * * Type: Boolean |