This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new a1f832d Update http.xml a1f832d is described below commit a1f832df31f2619e917afaa20bb288fa5d2aa364 Author: crisgeek <88733156+crisg...@users.noreply.github.com> AuthorDate: Tue Aug 10 12:40:21 2021 -0400 Update http.xml Based on 21-July-2021 conversation with Mark Thomas in Tomcat users group --- webapps/docs/changelog.xml | 5 +++++ webapps/docs/config/http.xml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index ac2d530..2fa5c43 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -155,6 +155,11 @@ Document default value for <code>unpackWARs</code> and related clean-up. Pull request <pr>439</pr> provided by Robert Rodewald. (markt) </fix> + <fix> + Clarify the documentation of the <code>compressionMinSize</code> and + <code>compressibleMimeType</code> HTTP <code>Connector</code> + attributes. Pull request <pr>442</pr> provided by crisgeek. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 28da357..aa1da23 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -416,7 +416,7 @@ <code> text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml </code>. - </p> + If you specify a type explicitly, the default is over-ridden.</p> </attribute> <attribute name="compression" required="false"> @@ -446,7 +446,8 @@ <attribute name="compressionMinSize" required="false"> <p>If <strong>compression</strong> is set to "on" then this attribute may be used to specify the minimum amount of data before the output is - compressed. If not specified, this attribute is defaults to "2048".</p> + compressed. If not specified, this attribute is defaults to "2048". + Units are in bytes.</p> </attribute> <attribute name="connectionLinger" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org