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 2017/11/07 09:59:59 UTC

[sling-org-apache-sling-resourceresolver] 29/47: SLING-2319 - fixing description of mapping property

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

rombert pushed a commit to annotated tag org.apache.sling.resourceresolver-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git

commit c848a2ffc26a1041db3f55fad8ac3bd31b3f3928
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Wed Aug 29 02:08:27 2012 +0000

    SLING-2319 - fixing description of mapping property
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/resourceresolver@1378430 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/OSGI-INF/metatype/metatype.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties
index 1801e72..6512548 100644
--- a/src/main/resources/OSGI-INF/metatype/metatype.properties
+++ b/src/main/resources/OSGI-INF/metatype/metatype.properties
@@ -44,10 +44,10 @@ resource.resolver.virtual.description = List of virtual URLs and there \
  applied on the complete request URL only.
 
 resource.resolver.mapping.name = URL Mappings
-resource.resolver.mapping.description = List of mappings to apply to URLs. \
- Incoming mappings are applied to request URLs to map to Content paths, \
- outgoing mappings are applied to map Content paths to URLs used on subsequent \
- requests. Form ist <externalURLPrefix><op><internalURLPrefix> where <op> is \
+resource.resolver.mapping.description = List of mappings to apply to paths. \
+ Incoming mappings are applied to request paths to map to resource paths, \
+ outgoing mappings are applied to map resource paths to paths used on subsequent \
+ requests. Form is <internalPathPrefix><op><externalPathPrefix> where <op> is \
  ">" for incoming mappings, "<" for outgoing mappings and ":" for mappings \
  applied in both directions. Mappings are applied in configuration order by \
  comparing and replacing URL prefixes. Note: The use of "-" as the <op> value \

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.