This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
The following commit(s) were added to refs/heads/master by this push:
new ec80eab SLING-11593 - Clarify behaviour of "Vanity Path Precedence"
flag for the resource resolver factory
ec80eab is described below
commit ec80eab3ae2eff543587799c4ed96d503ff776f7
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Sep 22 13:31:19 2022 +0200
SLING-11593 - Clarify behaviour of "Vanity Path Precedence" flag for the
resource resolver factory
---
.../sling/resourceresolver/impl/ResourceResolverFactoryConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryConfig.java
b/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryConfig.java
index 2cb864b..0d00498 100644
---
a/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryConfig.java
+++
b/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryConfig.java
@@ -174,7 +174,7 @@ public @interface ResourceResolverFactoryConfig {
@AttributeDefinition(name = "Vanity Path Precedence",
description ="This flag controls whether vanity paths" +
- " will have precedence over existing /etc/map mapping")
+ " will have precedence over existing /etc/map mapping
when resolving paths to resources")
boolean resource_resolver_vanity_precedence() default false;
@AttributeDefinition(name = "Paranoid Provider Handling",