remm        2003/12/10 14:34:18

  Modified:    webapps/docs/config ajp.xml http.xml
  Log:
  - Document the new flag.
  
  Revision  Changes    Path
  1.2       +8 -0      jakarta-tomcat-catalina/webapps/docs/config/ajp.xml
  
  Index: ajp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/ajp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ajp.xml   10 Dec 2003 12:57:38 -0000      1.1
  +++ ajp.xml   10 Dec 2003 22:34:18 -0000      1.2
  @@ -84,6 +84,14 @@
         </p>
       </attribute>
   
  +    <attribute name="useBodyEncodingForURI" required="false">
  +      <p>This specifies if the encoding specified in contentType should be used
  +      for URI parameters, instead of using the URIEncoding. This setting is 
  +      present for compatibility with Tomcat 4.1.x.
  +      The default value is <code>false</code>.
  +      </p>
  +    </attribute>
  +
     </attributes>
   
     </subsection>
  
  
  
  1.2       +8 -0      jakarta-tomcat-catalina/webapps/docs/config/http.xml
  
  Index: http.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/http.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- http.xml  10 Dec 2003 12:57:38 -0000      1.1
  +++ http.xml  10 Dec 2003 22:34:18 -0000      1.2
  @@ -101,6 +101,14 @@
         </p>
       </attribute>
   
  +    <attribute name="useBodyEncodingForURI" required="false">
  +      <p>This specifies if the encoding specified in contentType should be used
  +      for URI parameters, instead of using the URIEncoding. This setting is 
  +      present for compatibility with Tomcat 4.1.x.
  +      The default value is <code>false</code>.
  +      </p>
  +    </attribute>
  +
     </attributes>
   
     </subsection>
  
  
  

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

Reply via email to