You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:30 UTC

[sling-org-apache-sling-karaf-configs] 12/39: SLING-5135 - Whitelist legit usages of loginAdministrative and administrative ResourceResolver

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git

commit 7a6d34222b0104b5f7bce46dd4adae2b5880af7d
Author: Julian Sedding <js...@apache.org>
AuthorDate: Thu Nov 10 12:35:27 2016 +0000

    SLING-5135 - Whitelist legit usages of loginAdministrative and administrative ResourceResolver
    
    - move LoginAdminWhitelist from o.a.s.jcr.base to o.a.s.jcr.oak-server and do NOT export it
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1769105 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cccb0df..f6600b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,8 +118,8 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
-                  <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl</classifier>
-                  <file>src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl.config</file>
+                  <classifier>org.apache.sling.jcr.oak.server.internal.LoginAdminWhitelist</classifier>
+                  <file>src/main/resources/org.apache.sling.jcr.oak.server.internal.LoginAdminWhitelist.config</file>
                   <type>config</type>
                 </artifact>
                 <artifact>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.