Author: cziegeler
Date: Thu Apr 29 16:24:38 2010
New Revision: 939367
URL: http://svn.apache.org/viewvc?rev=939367&view=rev
Log:
SLING-1512 : Make script execution paths configurable
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=939367&r1=939366&r2=939367&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
Thu Apr 29 16:24:38 2010
@@ -60,3 +60,8 @@ servletresolver.useDefaultWorkspace.name
servletresolver.useDefaultWorkspace.description = If enabled and if use
request workspace \
is enabled and no scripts are found using the request workspace, also use the
default workspace. \
If use request workspace is disabled, this value is ignored.
+
+ servletresolver.paths.name = Execution Paths
+ servletresolver.paths.description = The paths to search for executable
scripts. If no path is configured \
+ this is treated like the default (/ = root) which allows to execute all
scripts. By configuring some \
+ path prefixes the execution of scripts can be limited to some sub trees.
\ No newline at end of file