billbarker 2003/09/26 19:44:07 Modified: util/java/org/apache/tomcat/util/net/jsse JSSE14SocketFactory.java Log: Fix typo. Reported by: Chris Halstaed [EMAIL PROTECTED] Revision Changes Path 1.15 +1 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE14SocketFactory.java Index: JSSE14SocketFactory.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE14SocketFactory.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- JSSE14SocketFactory.java 9 Sep 2003 04:18:55 -0000 1.14 +++ JSSE14SocketFactory.java 27 Sep 2003 02:44:07 -0000 1.15 @@ -124,7 +124,7 @@ keystoreType = defaultKeystoreType; } - String trustAlgorithm = (String)attributes.get("truststoreAlgorithme"); + String trustAlgorithm = (String)attributes.get("truststoreAlgorithm"); if( trustAlgorithm == null ) { trustAlgorithm = algorithm; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]