Author: justin
Date: Wed Aug 29 02:08:27 2012
New Revision: 1378430
URL: http://svn.apache.org/viewvc?rev=1378430&view=rev
Log:
SLING-2319 - fixing description of mapping property
Modified:
sling/trunk/bundles/resourceresolver/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
sling/trunk/bundles/resourceresolver/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/resourceresolver/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1378430&r1=1378429&r2=1378430&view=diff
==============================================================================
---
sling/trunk/bundles/resourceresolver/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
sling/trunk/bundles/resourceresolver/src/main/resources/OSGI-INF/metatype/metatype.properties
Wed Aug 29 02:08:27 2012
@@ -44,10 +44,10 @@ resource.resolver.virtual.description =
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 \