[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/http/ssl ...

Ron Sigal ron_sigal at yahoo.com
Wed Mar 7 01:59:46 EST 2007


  User: rsigal  
  Date: 07/03/07 01:59:46

  Modified:    src/main/org/jboss/remoting/transport/http/ssl  Tag:
                        remoting_2_x HTTPSClientInvoker.java
  Log:
  JBREM-525: Omitted two imports from previous commit.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.4.4  +2 -0      JBossRemoting/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPSClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java,v
  retrieving revision 1.11.4.3
  retrieving revision 1.11.4.4
  diff -u -b -r1.11.4.3 -r1.11.4.4
  --- HTTPSClientInvoker.java	7 Mar 2007 06:48:17 -0000	1.11.4.3
  +++ HTTPSClientInvoker.java	7 Mar 2007 06:59:46 -0000	1.11.4.4
  @@ -25,7 +25,9 @@
   import org.jboss.remoting.Client;
   import org.jboss.remoting.InvokerLocator;
   import org.jboss.remoting.serialization.ClassLoaderUtility;
  +import org.jboss.remoting.security.CustomSSLSocketFactory;
   import org.jboss.remoting.security.SSLSocketBuilder;
  +import org.jboss.remoting.security.SSLSocketBuilderMBean;
   import org.jboss.remoting.socketfactory.SocketFactoryWrapper;
   import org.jboss.remoting.transport.http.HTTPClientInvoker;
   
  
  
  



More information about the jboss-cvs-commits mailing list