You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/09/22 11:31:42 UTC

[sling-org-apache-sling-resourceresolver] 01/01: SLING-11593 - Clarify behaviour of "Vanity Path Precedence" flag for the resource resolver factory

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-11593
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git

commit 851cb726542d1aaf0e645be40d846c1b95478a58
Author: Robert Munteanu <ro...@apache.org>
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",