billbarker 2003/03/14 23:29:03 Modified: util/java/org/apache/tomcat/util/net/jsse JSSEImplementation.java Log: Fixing major typo. I'm now really having problems seeing what Ceki was complaining about in the first place, since the fall-back to the old code was working just as well as the new code. Revision Changes Path 1.4 +1 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse/JSSEImplementation.java Index: JSSEImplementation.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse/JSSEImplementation.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- JSSEImplementation.java 15 Mar 2003 07:00:07 -0000 1.3 +++ JSSEImplementation.java 15 Mar 2003 07:29:03 -0000 1.4 @@ -77,7 +77,7 @@ public class JSSEImplementation extends SSLImplementation { static final String JSSE14SocketFactory = - "org.apache.tomcat.net.jsse.JSSE11SocketFactory"; + "org.apache.tomcat.net.jsse.JSSE14SocketFactory"; public JSSEImplementation() throws ClassNotFoundException { // Check to see if JSSE is floating around somewhere Class.forName("javax.net.ssl.SSLServerSocketFactory");
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]