This is an automated email from the ASF dual-hosted git repository.
reschke 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 376870120 Fix typo in optimize_alias_resolution notes
376870120 is described below
commit 376870120918adffd5c6a842e1b6da6f5dbbcbda
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Sep 8 11:19:21 2026 +0200
Fix typo in optimize_alias_resolution notes
Corrected a typo in the notes for 'optimize_alias_resolution'.
---
.../documentation/the-sling-engine/mappings-for-resource-resolution.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 424fc84bf..39b2aefbc 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
@@ -277,7 +277,7 @@ The following characters are not allowed in `sling:alias`
values: `/?#`. Using a
| ----- | ------- | ------------| ------|
| alias_cache_in_background | true | _Alias Cache Init In Background:_ This
flag controls whether the alias cache will be initialized synchronously or as a
background thread, not blocking the startup. |
| allowed_alias_locations | | _Allowed Optimized Alias Locations:_ This
setting can contain a list of path prefixes, e.g. /libs/, /content/. If such a
list is configured, for alias optimization, only paths from resources starting
with this prefix are considered. If the list is empty, all paths are used. |
Currently only used for Cache Initialization. |
-| optimize_alias_resolution | true | _Optimize alias resolution:_ This flag
controls whether to optimize the alias resolution by creating an internal cache
of aliases. | Deprecated, do not be disable. |
+| optimize_alias_resolution | true | _Optimize alias resolution:_ This flag
controls whether to optimize the alias resolution by creating an internal cache
of aliases. | Deprecated, do be disable. |
### Impact of Alias Handling