remm        2002/07/23 08:27:24

  Modified:    http11/src/java/org/apache/coyote/http11 Constants.java
  Log:
  - Make the agent name conform to the usual standards.
  
  Revision  Changes    Path
  1.9       +1 -1      
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Constants.java    24 Jun 2002 21:38:59 -0000      1.8
  +++ Constants.java    23 Jul 2002 15:27:24 -0000      1.9
  @@ -81,7 +81,7 @@
        * Server string.
        */
       public static final String SERVER = 
  -        "Apache Coyote HTTP/1.1 Connector [1.0]";
  +        "Apache Coyote/1.0";
   
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to