remm        2003/11/15 12:46:21

  Modified:    webapps/docs/config coyote.xml jk2.xml
  Log:
  - Update docs for maxPostSize.
  
  Revision  Changes    Path
  1.11      +3 -2      jakarta-tomcat-catalina/webapps/docs/config/coyote.xml
  
  Index: coyote.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/coyote.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- coyote.xml        15 Nov 2003 10:15:11 -0000      1.10
  +++ coyote.xml        15 Nov 2003 20:46:20 -0000      1.11
  @@ -67,8 +67,9 @@
   
       <attribute name="maxPostSize" required="false">
         <p>The maximum size in bytes of the POST which will be handled by 
  -      the container FORM URL parameter parsing. If not specified, 
  -      this attribute is set to 2097152 (2 megabytes).</p>
  +      the container FORM URL parameter parsing. The feature can be disbled by 
  +      setting this attribute to a value inferior or equal to 0. 
  +      If not specified, this attribute is set to 2097152 (2 megabytes).</p>
       </attribute>
   
       <attribute name="redirectPort" required="false">
  
  
  
  1.9       +3 -2      jakarta-tomcat-catalina/webapps/docs/config/jk2.xml
  
  Index: jk2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/jk2.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk2.xml   15 Nov 2003 10:15:11 -0000      1.8
  +++ jk2.xml   15 Nov 2003 20:46:20 -0000      1.9
  @@ -51,8 +51,9 @@
   
       <attribute name="maxPostSize" required="false">
         <p>The maximum size in bytes of the POST which will be handled by 
  -      the container FORM URL parameter parsing. If not specified, 
  -      this attribute is set to 2097152 (2 megabytes).</p>
  +      the container FORM URL parameter parsing. The feature can be disbled by 
  +      setting this attribute to a value inferior or equal to 0. 
  +      If not specified, this attribute is set to 2097152 (2 megabytes).</p>
       </attribute>
   
       <attribute name="redirectPort" required="false">
  
  
  

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

Reply via email to