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

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/coyote  Tag:
                        remoting_2_x CoyoteInvoker.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.23.2.1  +3 -0      JBossRemoting/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CoyoteInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java,v
  retrieving revision 1.23
  retrieving revision 1.23.2.1
  diff -u -b -r1.23 -r1.23.2.1
  --- CoyoteInvoker.java	30 Oct 2006 17:48:44 -0000	1.23
  +++ CoyoteInvoker.java	13 Jan 2007 12:42:34 -0000	1.23.2.1
  @@ -38,6 +38,7 @@
   import org.jboss.remoting.transport.http.HTTPMetadataConstants;
   import org.jboss.remoting.transport.web.WebServerInvoker;
   import org.jboss.remoting.transport.web.WebUtil;
  +import org.jboss.logging.Logger;
   
   import javax.net.ServerSocketFactory;
   import java.io.IOException;
  @@ -64,6 +65,8 @@
    */
   public class CoyoteInvoker extends WebServerInvoker implements Adapter
   {
  +   private static final Logger log = Logger.getLogger(CoyoteInvoker.class);
  +
      /** Indicates if input was raw or an InvocationRequest */
      protected static ThreadLocal receivedInvocationRequest = new ThreadLocal();
      protected static final Boolean FALSE = new Boolean(false);
  
  
  



More information about the jboss-cvs-commits mailing list