remm 2004/01/11 01:20:22 Modified: webapps/docs/config ajp.xml http.xml Log: - Document allowTrace. - Improve docs for the encoding flag. Revision Changes Path 1.4 +10 -3 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ajp.xml 12 Dec 2003 02:52:26 -0000 1.3 +++ ajp.xml 11 Jan 2004 09:20:22 -0000 1.4 @@ -40,6 +40,11 @@ <attributes> + <attribute name="allowTrace" required="false"> + <p>A boolean value which can be used to enable or disable the TRACE + HTTP method. If not specified, this attribute is set to false.</p> + </attribute> + <attribute name="enableLookups" required="false"> <p>Set to <code>true</code> if you want calls to <code>request.getRemoteHost()</code> to perform DNS lookups in @@ -86,9 +91,11 @@ <attribute name="useBodyEncodingForURI" required="false"> <p>This specifies if the encoding specified in contentType should be used - for URI query parameters, instead of using the URIEncoding. This setting is - present for compatibility with Tomcat 4.1.x. - The default value is <code>false</code>. + for URI query parameters, instead of using the URIEncoding. This + setting is present for compatibility with Tomcat 4.1.x, where the + encoding specified in the contentType, or explicitely set using + Request.setCharacterEncoding method was also used for the parameters from + the URL. The default value is <code>false</code>. </p> </attribute> 1.4 +10 -3 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- http.xml 12 Dec 2003 02:52:26 -0000 1.3 +++ http.xml 11 Jan 2004 09:20:22 -0000 1.4 @@ -56,6 +56,11 @@ <attributes> + <attribute name="allowTrace" required="false"> + <p>A boolean value which can be used to enable or disable the TRACE + HTTP method. If not specified, this attribute is set to false.</p> + </attribute> + <attribute name="enableLookups" required="false"> <p>Set to <code>true</code> if you want calls to <code>request.getRemoteHost()</code> to perform DNS lookups in @@ -103,9 +108,11 @@ <attribute name="useBodyEncodingForURI" required="false"> <p>This specifies if the encoding specified in contentType should be used - for URI query parameters, instead of using the URIEncoding. This setting is - present for compatibility with Tomcat 4.1.x. - The default value is <code>false</code>. + for URI query parameters, instead of using the URIEncoding. This + setting is present for compatibility with Tomcat 4.1.x, where the + encoding specified in the contentType, or explicitely set using + Request.setCharacterEncoding method was also used for the parameters from + the URL. The default value is <code>false</code>. </p> </attribute>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]