This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new ed4068c Remove mention of persisted bloom filter
new 20a1b0f Merge pull request #81 from reschke/patch-2
ed4068c is described below
commit ed4068c5015a823fecc5ad11c367a01b82ba0612
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Feb 7 13:04:44 2022 +0100
Remove mention of persisted bloom filter
(see https://issues.apache.org/jira/browse/SLING-11113)
---
.../the-sling-engine/mappings-for-resource-resolution.md | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git
a/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
b/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
index 43a8a40..25dc9d9 100644
---
a/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
+++
b/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
@@ -272,13 +272,7 @@ While an alias can provide a variation for a resource
name, a vanity path can pr
[SLING-4216](https://issues.apache.org/jira/browse/SLING-4216) introduced the
usage of a bloom filter in order to resolve long startup time with many
vanityPath entries.
The bloom filter is handled automatically by the Sling framework. In some
cases though, as changing the maximum number of vanity bloom filter bytes, a
rebuild of the vanity bloom filter is needed.
-In order to rebuild vanity bloom filter:
-
-* stop Apache Sling
-* locate the org.apache.sling.resourceresolver bundle in the file system (e.g.
$SLING_HOME/felix/bundleXX)
-* locate the vanityBloomFilter.txt file in the file system (e.g.
$SLING_HOME/felix/bundleXX/data/vanityBloomFilter.txt)
-* delete the vanityBloomFilter.txt file
-* start Apache Sling (this might take few minutes, depending on how many
vanity path entries are present)
+In order to rebuild vanity bloom filter you need to stop and restart Apache
Sling (this might take few minutes, depending on how many vanity path entries
are present)
## Interactions between mappings and authentication requirements