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 2018/06/15 18:23:07 UTC

[sling-org-apache-sling-karaf-features] 02/04: SLING-7739 Add service user mapping for Rewriter

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

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

commit 0a57cb1fc504211c1992e44f5b54b688a56f5d95
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:47:52 2018 +0200

    SLING-7739 Add service user mapping for Rewriter
---
 src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index af239b3..441d555 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -298,6 +298,7 @@
     <feature version="${project.version}">sling</feature>
   </feature>
   <feature name="sling-rewriter" version="${project.version}">
+    <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.rewriter/1.2.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.