This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.resourcesecurity-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resourcesecurity.git
commit b2bed2101a1df4f6621e2a4a3d46ec1e7013206e Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Jan 16 10:04:39 2014 +0000 SLING-2698 - resource access security service for resource providers. Distinguish between context application and provider git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/jcr/resourcesecurity@1558733 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/jcr/resourcesecurity/impl/ResourceAccessGateFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/jcr/resourcesecurity/impl/ResourceAccessGateFactory.java b/src/main/java/org/apache/sling/jcr/resourcesecurity/impl/ResourceAccessGateFactory.java index 9309733..d102234 100644 --- a/src/main/java/org/apache/sling/jcr/resourcesecurity/impl/ResourceAccessGateFactory.java +++ b/src/main/java/org/apache/sling/jcr/resourcesecurity/impl/ResourceAccessGateFactory.java @@ -48,7 +48,8 @@ import org.apache.sling.resourceaccesssecurity.ResourceAccessGate; @Property(name=ResourceAccessGateFactory.PROP_JCR_PATH, label="JCR Node", description="This node is checked for permissions to the resources."), - @Property(name=ResourceAccessGate.OPERATIONS, value="read", propertyPrivate=true) + @Property(name=ResourceAccessGate.OPERATIONS, value="read", propertyPrivate=true), + @Property(name=ResourceAccessGate.CONTEXT, value=ResourceAccessGate.PROVIDER_CONTEXT, propertyPrivate=true) }) public class ResourceAccessGateFactory extends AllowingResourceAccessGate -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
