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 2cf23c97b9 Remove reference to deprecated attribute removed in Tomcat
11
2cf23c97b9 is described below
commit 2cf23c97b9074ce4027a9dd7d804f348a3edb8cb
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jul 22 07:54:17 2025 +0100
Remove reference to deprecated attribute removed in Tomcat 11
---
webapps/docs/config/resources.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/webapps/docs/config/resources.xml
b/webapps/docs/config/resources.xml
index 94421c52f3..32027d8b48 100644
--- a/webapps/docs/config/resources.xml
+++ b/webapps/docs/config/resources.xml
@@ -79,8 +79,7 @@
<attribute name="archiveIndexStrategy" required="false">
<p>If this is <code>simple</code> then a hash map will be used for
- JAR archive lookups, unless useBloomFilterForArchives in
- <a href="context.html">Context</a> is explicitly defined.</p>
+ JAR archive lookups.</p>
<p>If this is <code>bloom</code> then a bloom filter will be used to
speed up archive lookups. This can be beneficial to the deployment
speed to web applications that contain very large amount of JARs.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]