This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new d0b0896 Update http.xml d0b0896 is described below commit d0b0896f3bf16bb4b31810e7f67cf9b7354904ba 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 a814ef7..4a24838 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 876a7d5..04e2abd 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -401,7 +401,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"> @@ -431,7 +431,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