You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/06/25 00:43:11 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13Interceptor.java

costin      01/06/24 15:43:11

  Modified:    src/share/org/apache/tomcat/modules/server
                        Ajp13Interceptor.java
  Log:
  Added a small comment that the file is not to be "developed", only fixes
  should go in.
  
  Revision  Changes    Path
  1.9       +8 -3      jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13Interceptor.java
  
  Index: Ajp13Interceptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13Interceptor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Ajp13Interceptor.java	2001/03/02 04:49:23	1.8
  +++ Ajp13Interceptor.java	2001/06/24 22:43:10	1.9
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13Interceptor.java,v 1.8 2001/03/02 04:49:23 costin Exp $
  - * $Revision: 1.8 $
  - * $Date: 2001/03/02 04:49:23 $
  + * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13Interceptor.java,v 1.9 2001/06/24 22:43:10 costin Exp $
  + * $Revision: 1.9 $
  + * $Date: 2001/06/24 22:43:10 $
    *
    * ====================================================================
    *
  @@ -70,6 +70,11 @@
   import org.apache.tomcat.util.net.*;
   import org.apache.tomcat.util.*;
   import org.apache.tomcat.util.log.*;
  +
  +/* Frozen, bug fixes only: all active development goes in
  +     jakarta-tomcat-connectors/jk/org/apache/ajp/Ajp14*
  +*/
  +
   
   public class Ajp13Interceptor extends PoolTcpConnector
       implements  TcpConnectionHandler