remm 2003/11/15 02:15:11 Modified: webapps/docs/config coyote.xml jk2.xml Log: - Document URIEncoding attribute. Revision Changes Path 1.10 +12 -6 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- coyote.xml 15 Nov 2003 09:45:35 -0000 1.9 +++ coyote.xml 15 Nov 2003 10:15:11 -0000 1.10 @@ -65,6 +65,12 @@ By default, DNS lookups are enabled.</p> </attribute> + <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> + </attribute> + <attribute name="redirectPort" required="false"> <p>If this <strong>Connector</strong> is supporting non-SSL requests, and a request is received for which a matching @@ -88,6 +94,12 @@ SSL Connector). The default value is <code>false</code>.</p> </attribute> + <attribute name="URIEncoding" required="false"> + <p>This specifies the character encoding used to decode the URI bytes, + after %xx decoding the URL. If not specified, ISO-8859-1 will be used. + </p> + </attribute> + </attributes> </subsection> @@ -166,12 +178,6 @@ disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining. If not specified, this attribute is set to 100.</p> - </attribute> - - <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> </attribute> <attribute name="maxSpareThreads" required="false"> 1.8 +12 -6 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jk2.xml 15 Nov 2003 09:45:35 -0000 1.7 +++ jk2.xml 15 Nov 2003 10:15:11 -0000 1.8 @@ -49,6 +49,12 @@ By default, DNS lookups are enabled.</p> </attribute> + <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> + </attribute> + <attribute name="redirectPort" required="false"> <p>If this <strong>Connector</strong> is supporting non-SSL requests, and a request is received for which a matching @@ -71,6 +77,12 @@ SSL Connector). The default value is <code>false</code>.</p> </attribute> + <attribute name="URIEncoding" required="false"> + <p>This specifies the character encoding used to decode the URI bytes, + after %xx decoding the URL. If not specified, ISO-8859-1 will be used. + </p> + </attribute> + </attributes> </subsection> @@ -92,12 +104,6 @@ <p>The debugging detail level of log messages generated by this component, with higher numbers creating more detailed output. If not specified, this attribute is set to zero (0).</p> - </attribute> - - <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> </attribute> <attribute name="protocol" required="true">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]