This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new cf52b059f3 Remove reference to deprecated attribute removed in Tomcat 11 cf52b059f3 is described below commit cf52b059f3fa2f76c76ff5ae1a8370307699435b Author: Mark Thomas <ma...@apache.org> 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org