Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D9FDD21D for ; Wed, 29 Aug 2012 02:09:17 +0000 (UTC) Received: (qmail 4185 invoked by uid 500); 29 Aug 2012 02:09:17 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 4154 invoked by uid 500); 29 Aug 2012 02:09:17 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 4146 invoked by uid 99); 29 Aug 2012 02:09:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 02:09:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 02:09:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 784F82388962; Wed, 29 Aug 2012 02:08:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378430 - /sling/trunk/bundles/resourceresolver/src/main/resources/OSGI-INF/metatype/metatype.properties Date: Wed, 29 Aug 2012 02:08:28 -0000 To: commits@sling.apache.org From: justin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120829020828.784F82388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 where 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 where 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 value \