larryi 2003/11/20 07:14:57 Modified: webapps/tomcat-docs/config coyote.xml Log: Port documentation for new attribute and a correction. Revision Changes Path 1.7 +7 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml Index: coyote.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- coyote.xml 10 Feb 2003 19:36:58 -0000 1.6 +++ coyote.xml 20 Nov 2003 15:14:57 -0000 1.7 @@ -94,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> @@ -137,7 +143,7 @@ specifies the minimum amount of data before the output is compressed). If the content-length is not known and compression is set to "on" or more aggressive, the output will also be compressed. If not specified, this - attribute is set to "false".</p> + attribute is set to "off".</p> </attribute> <attribute name="connectionLinger" required="false">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]