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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 13 07:42:35 EST 2007


  User: ovidiu  
  Date: 07/01/13 07:42:35

  Modified:    src/main/org/jboss/remoting/transport/http/ssl  Tag:
                        remoting_2_x HTTPSServerInvoker.java
  Log:
  Various logging improvments, minor reformatting and new tests in preparation 
  for a solution for http://jira.jboss.org/jira/browse/JBREM-666.
  
  Includes http://jira.jboss.org/jira/browse/JBREM-667.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.4.1   +3 -0      JBossRemoting/src/main/org/jboss/remoting/transport/http/ssl/HTTPSServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPSServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/ssl/HTTPSServerInvoker.java,v
  retrieving revision 1.5
  retrieving revision 1.5.4.1
  diff -u -b -r1.5 -r1.5.4.1
  --- HTTPSServerInvoker.java	12 Jul 2006 04:49:49 -0000	1.5
  +++ HTTPSServerInvoker.java	13 Jan 2007 12:42:35 -0000	1.5.4.1
  @@ -25,6 +25,7 @@
   import org.jboss.remoting.InvokerLocator;
   import org.jboss.remoting.security.ServerSocketFactoryMBean;
   import org.jboss.remoting.transport.http.HTTPServerInvoker;
  +import org.jboss.logging.Logger;
   
   import javax.management.MBeanServer;
   import javax.management.MBeanServerInvocationHandler;
  @@ -48,6 +49,8 @@
    */
   public class HTTPSServerInvoker extends HTTPServerInvoker
   {
  +   private static final Logger log = Logger.getLogger(HTTPSServerInvoker.class);
  +   
      protected ServerSocketFactory serverSocketFactory = null;
   
      public HTTPSServerInvoker(InvokerLocator locator)
  
  
  



More information about the jboss-cvs-commits mailing list