You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/11/16 22:19:49 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 mbeans-descriptors.xml

remm        2003/11/16 13:19:49

  Modified:    catalina/src/share/org/apache/coyote/tomcat5
                        mbeans-descriptors.xml
  Log:
  - Add the new connector attributes.
  
  Revision  Changes    Path
  1.9       +10 -2     jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/mbeans-descriptors.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mbeans-descriptors.xml	29 Aug 2003 02:35:57 -0000	1.8
  +++ mbeans-descriptors.xml	16 Nov 2003 21:19:49 -0000	1.9
  @@ -85,13 +85,17 @@
             description="Maximum number of Keep-Alive requests to honor per connection"
                    type="int"/>
   
  +    <attribute   name="maxPostSize"
  +          description="Maximum size in bytes of a POST which will be handled by the servlet API provided features"
  +                 type="int"/>
  +
       <attribute   name="maxProcessors"
  -          description="The maximum number of processors allowed"
  +          description="The maximum number of processors allowed (deprecated)"
                    type="int"/>
   
       <attribute   name="minProcessors"
             description="The minimum number of processors to start at
  -                       initialization time"
  +                       initialization time (deprecated)"
                    type="int"/>
   
       <attribute   name="maxSpareThreads"
  @@ -164,6 +168,10 @@
       <attribute    name="tomcatAuthentication"
              description="Should Tomcat perform all authentications?"
                     type="boolean"/>
  +
  +    <attribute   name="URIEncoding"
  +          description="Character encoding used to decode the URI"
  +                 type="java.lang.String"/>
   
       <attribute    name="xpoweredBy"
              description="Is generation of X-Powered-By response header enabled/disabled?"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org