This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit c0090302cf09e8a17554eb5fdf98d40c884f5aae Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 8 16:25:13 2025 +0000 Alphabetical order --- webapps/docs/config/resources.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/webapps/docs/config/resources.xml b/webapps/docs/config/resources.xml index ef6a3aec37..738122a37d 100644 --- a/webapps/docs/config/resources.xml +++ b/webapps/docs/config/resources.xml @@ -77,6 +77,20 @@ disclosure, among other security problems.</b></p> </attribute> + <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> + <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> + <p>If this is <code>purged</code> then a bloom filter will be used to + speed up archive lookups, but can be purged at runtime. It is recommended + to use <code>bloom</code> to avoid reinitializing the bloom filters.</p> + <p>If not specified, the default value of <code>simple</code> will be + used.</p> + </attribute> + <attribute name="cacheMaxSize" required="false"> <p>The maximum size of the static resource cache in kilobytes. If not specified, the default value is <code>10240</code> @@ -148,20 +162,6 @@ used.</p> </attribute> - <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> - <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> - <p>If this is <code>purged</code> then a bloom filter will be used to - speed up archive lookups, but can be purged at runtime. It is recommended - to use <code>bloom</code> to avoid reinitializing the bloom filters.</p> - <p>If not specified, the default value of <code>simple</code> will be - used.</p> - </attribute> - </attributes> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org