You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/17 15:04:43 UTC

[tomcat] branch 9.0.x updated: Update http.xml

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 8be2290  Update http.xml
8be2290 is described below

commit 8be2290a017f2f7915e779ae1d7dae7cfec93c53
Author: crisgeek <88...@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 cd64663..3025d8a 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 9bf7402..b47efae 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -397,7 +397,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">
@@ -427,7 +427,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org