This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.distribution.sample-0.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git
commit 47dfebf35226af7de46f0d4a4096adb467f34794 Author: Tommaso Teofili <[email protected]> AuthorDate: Thu Oct 16 07:03:31 2014 +0000 SLING-3899 - using authorization strategy for checking resource resolver git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1632218 13f79535-47bb-0310-9956-ffa450edef68 --- ...tion.agent.impl.SimpleReplicationAgentFactory-publish-reverse.json | 2 +- ....replication.agent.impl.SimpleReplicationAgentFactory-publish.json | 2 +- ...lication.agent.impl.SimpleReplicationAgentFactory-cache-flush.json | 2 +- ....replication.agent.impl.SimpleReplicationAgentFactory-reverse.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish-reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish-reverse.json index e70dd38..d6b68cb 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish-reverse.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish-reverse.json @@ -16,7 +16,7 @@ "packageBuilder/type=vlt" ], - "packageExporterStrategy" : [ + "requestAuthorizationStrategy" : [ "type=privilege", "jcrPrivilege=jcr:read" ], diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish.json index 9eccc41..f6ab408 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-publish.json @@ -9,7 +9,7 @@ "packageBuilder/type=vlt" ], - "packageExporterStrategy" : [ + "requestAuthorizationStrategy" : [ "type=privilege", "jcrPrivilege=jcr:read" ], diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-cache-flush.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-cache-flush.json index 0920457..22e474e 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-cache-flush.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-cache-flush.json @@ -7,7 +7,7 @@ "name=void" ], - "packageExporterStrategy" : [ + "requestAuthorizationStrategy" : [ "type=default" ], diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json index 3d056aa..a4cec76 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json @@ -8,10 +8,10 @@ "packageExporter": [ "type=local", - "packageBuilder/type=vlt", + "packageBuilder/type=vlt" ], - "packageExporterStrategy" : [ + "requestAuthorizationStrategy" : [ "type=privilege", "jcrPrivilege=jcr:read" ], -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
