larryi      2004/01/21 18:34:56

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Port the allowTrace flag from Tomcat 5.
  
  Revision  Changes    Path
  1.81      +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.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- mbeans-descriptors.xml    12 Dec 2003 02:45:01 -0000      1.80
  +++ mbeans-descriptors.xml    22 Jan 2004 02:34:56 -0000      1.81
  @@ -243,6 +243,10 @@
             description="The IP address on which to bind"
                    type="java.lang.String"/>
   
  +    <attribute   name="allowTrace"
  +          description="Allow disabling TRACE method"
  +                 type="boolean"/>
  +
       <attribute   name="bufferSize"
             description="The input buffer size we should create on input streams"
                    type="int"/>
  
  
  

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

Reply via email to