You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2002/01/25 04:59:07 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net PureTLSSocketFactory.java

larryi      02/01/24 19:59:07

  Modified:    src/share/org/apache/tomcat/util/net
                        PureTLSSocketFactory.java
  Log:
  Fix what appears to be a typo
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat/src/share/org/apache/tomcat/util/net/PureTLSSocketFactory.java
  
  Index: PureTLSSocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/net/PureTLSSocketFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PureTLSSocketFactory.java	7 Dec 2001 04:40:06 -0000	1.1
  +++ PureTLSSocketFactory.java	25 Jan 2002 03:59:07 -0000	1.2
  @@ -136,7 +136,7 @@
   	    String keyPass=(String)attributes.get("keypass");
   	    if(keyPass==null) keyPass=defaultKeyPass;
   	    
  -	    String rootFile=(String)attributes.get("randomfile");
  +	    String rootFile=(String)attributes.get("rootfile");
   	    if(rootFile==null) rootFile=defaultRootFile;
   
   	    String randomFile=(String)attributes.get("randomfile");
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>