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 97d685c Remove docs for removed attribute
97d685c is described below
commit 97d685c16ed4005b7c0706c354d68d1e080030e2
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 b51a0d0..21f2ab9 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]