You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/03/04 11:23:16 UTC

svn commit: r1733574 - /sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties

Author: kwin
Date: Fri Mar  4 10:23:16 2016
New Revision: 1733574

URL: http://svn.apache.org/viewvc?rev=1733574&view=rev
Log:
clarify servlet root path property even further

Modified:
    sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1733574&r1=1733573&r2=1733574&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/bundles/servlets/resolver/src/main/resources/OSGI-INF/metatype/metatype.properties Fri Mar  4 10:23:16 2016
@@ -34,10 +34,11 @@ servletresolver.description = The Sling
 
 servletresolver.servletRoot.name = Servlet Registration Root Path
 servletresolver.servletRoot.description = The default root path assumed when \
- registering a Servlet whose Servlet registration properties define a relative \
- path. It can either be a string starting with "/" (specifying a path prefix to be used) \
- or a number which specifies the search path index. The default value is "0" (usually \
- stands for "/apps" in the search paths).
+ registering a servlet whose servlet registration properties define a relative \
+ resource type/path. It can either be a string starting with "/" (specifying a path prefix to be used) \
+ or a number which specifies the resource resolver's search path entry index. The default value \
+ is 0 (usually stands for "/apps" in the search paths). The number can be -1 which always \
+ points to the last search path entry.
 
 servletresolver.scriptUser.name = Script User
 servletresolver.scriptUser.description = This optional property can specify \