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

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


The following commit(s) were added to refs/heads/main by this push:
     new b579e61  Remove docs for removed attribute
b579e61 is described below

commit b579e6186ca3cb6bbc7931390ed707cf17db0f81
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 15 14:16:10 2021 +0100

    Remove docs for removed attribute
---
 webapps/docs/config/http.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 8c807fa..77c18e1 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -568,14 +568,6 @@
       used.</p>
     </attribute>
 
-    <attribute name="noCompressionStrongETag" required="false">
-      <p>This flag configures whether resources with a strong ETag will be
-      considered for compression. If <code>true</code>, resources with a strong
-      ETag will not be compressed. The default value is <code>true</code>.</p>
-      <p>This attribute is deprecated. It will be removed in Tomcat 10 onwards
-      where it will be hard-coded to <code>true</code>.</p>
-    </attribute>
-
     <attribute name="noCompressionUserAgents" required="false">
       <p>The value is a regular expression (using <code>java.util.regex</code>)
       matching the <code>user-agent</code> header of HTTP clients for which

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to