You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/01/23 11:34:58 UTC

svn commit: r1779910 - /sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config

Author: olli
Date: Mon Jan 23 11:34:58 2017
New Revision: 1779910

URL: http://svn.apache.org/viewvc?rev=1779910&view=rev
Log:
SLING-6466 Rename sub service users

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config

Modified: sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config?rev=1779910&r1=1779909&r2=1779910&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-resourceresolver.config Mon Jan 23 11:34:58 2017
@@ -1,4 +1,6 @@
 user.mapping=[\
   "org.apache.sling.resourceresolver:mapping\=sling-mapping",\
-  "org.apache.sling.resourceresolver:read\=sling-readall"
+  "org.apache.sling.resourceresolver:hierarchy\=sling-readall",\
+  "org.apache.sling.resourceresolver:observation\=sling-readall",\
+  "org.apache.sling.resourceresolver:console\=sling-readall"\
 ]