remm        01/10/26 13:38:23

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  - Add the allowChunking flag for the HTTP/1.1 connector.
  
  Revision  Changes    Path
  1.3       +5 -1      
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mbeans-descriptors.xml    2001/10/26 20:04:40     1.2
  +++ mbeans-descriptors.xml    2001/10/26 20:38:23     1.3
  @@ -6,7 +6,7 @@
   <!--
        Descriptions of JMX MBeans for Catalina
   
  -     $Id: mbeans-descriptors.xml,v 1.2 2001/10/26 20:04:40 craigmcc Exp $
  +     $Id: mbeans-descriptors.xml,v 1.3 2001/10/26 20:38:23 remm Exp $
    -->
   
   <mbeans-descriptors>
  @@ -203,6 +203,10 @@
       <attribute   name="address"
             description="The IP address on which to bind"
                    type="java.lang.String"/>
  +
  +    <attribute   name="allowChunking"
  +          description="Flag which indicates if HTTP/1.1 chunking transfer encoding 
can be used"
  +                 type="boolean"/>
   
       <attribute   name="bufferSize"
             description="The input buffer size we should create on input streams"
  
  
  


Reply via email to