You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2003/04/27 09:04:09 UTC

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java

billbarker    2003/04/27 00:04:08

  Modified:    util/java/org/apache/tomcat/util/net/jsse Tag: coyote_10
                        JSSESocketFactory.java
  Log:
  Removing debug statements.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +0 -6      jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
  
  Index: JSSESocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- JSSESocketFactory.java	27 Apr 2003 05:36:50 -0000	1.1.2.1
  +++ JSSESocketFactory.java	27 Apr 2003 07:04:08 -0000	1.1.2.2
  @@ -255,12 +255,6 @@
   	// We enable all cipher suites when the socket is
   	// connected - XXX make this configurable 
   	String cipherSuites[] = socket.getSupportedCipherSuites();
  -	if(logger.isDebugEnabled()) {
  -	    StringBuffer sb = new StringBuffer();
  -	    for(int ii=0; ii < cipherSuites.length; ii++)
  -		sb.append(cipherSuites[ii]).append(':');
  -	    logger.debug("CipherSuites: " + sb);
  -	}
   	socket.setEnabledCipherSuites(cipherSuites);
   
   	// we don't know if client auth is needed -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org