[jboss-remoting-commits] JBoss Remoting SVN: r4959 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 5 02:58:47 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-05 02:58:47 -0400 (Sun, 05 Apr 2009)
New Revision: 4959

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/SSLServletInvokerTestClient.java
Log:
JBREM-139: Renamed .truststore to truststore.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/SSLServletInvokerTestClient.java
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/SSLServletInvokerTestClient.java	2009-04-05 06:58:00 UTC (rev 4958)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/ssl/SSLServletInvokerTestClient.java	2009-04-05 06:58:47 UTC (rev 4959)
@@ -13,7 +13,7 @@
    {
       // since doing basic (using default ssl server socket factory)
       // need to set the system properties to the truststore
-      String trustStoreFilePath = this.getClass().getResource(".truststore").getFile();
+      String trustStoreFilePath = this.getClass().getResource("truststore").getFile();
       System.setProperty("javax.net.ssl.trustStore", trustStoreFilePath);
 
 




More information about the jboss-remoting-commits mailing list