https://bz.apache.org/bugzilla/show_bug.cgi?id=66209

--- Comment #16 from Rahul Jaisimha <jaisi...@amazon.com> ---
(In reply to Rahul Jaisimha from comment #15)
> Here's what I'll do: For 9.0.x and 10.0.x, I'll add a third option to the
> existing switch "useBloomFilterForArchives" and support the following
> options: ["true", "false", "purged"]. This is similar to what was done with
> trimSpaces: 
> 
> https://github.com/apache/tomcat/commit/
> b527e70e3089c1e3fe499439ef8838e8a3730f36#diff-
> ead8d9adcc700eb19d039da0cf41ec2806ac11a669a575129176b0ae1ba52a84
> 
> For 10.1.x, I'll remove "useBloomFilterForArchives" from Context and add
> "archiveIndexing" in WebResourceRoot which supports the following options:
> ["simple", "bloom", "purged-bloom"].
> 
> Is that ok?

I apologize, I just want to update my previous comment. The supported options
for 9.0.x and 10.0.x for "useBloomFilterForArchives" will be ["true", "false",
"retained"].

True: purged bloom filter
False: no bloom filter
Retained: Updated bloom filter without purging

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to