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:23 UTC

[sling-org-apache-sling-karaf-configs] 05/39: add configs (service user mappings) for event, i18n, scripting and xss

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 6e52b4f949f360d7271ba64334c7d730553ac7e9
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Oct 27 08:09:57 2016 +0000

    add configs (service user mappings) for event, i18n, scripting and xss
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1766775 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                            | 30 ++++++++++++++++++++++
 ...impl.ServiceUserMapperImpl.amended-event.config |  4 +++
 ....impl.ServiceUserMapperImpl.amended-i18n.config |  3 +++
 ....ServiceUserMapperImpl.amended-scripting.config |  3 +++
 ...UserMapperImpl.amended-scripting_sightly.config |  3 +++
 ...erMapperImpl.amended-scripting_thymeleaf.config |  3 +++
 ...g.impl.ServiceUserMapperImpl.amended-xss.config |  3 +++
 7 files changed, 49 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8a29f3c..05ff0e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,36 @@
                   <file>src/main/resources/org.apache.sling.samples.fling.internal.WiserSmtpService.config</file>
                   <type>config</type>
                 </artifact>
+                <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_thymeleaf</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_thymeleaf.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-xss</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-xss.config</file>
+                  <type>config</type>
+                </artifact>
               </artifacts>
             </configuration>
           </execution>
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config
new file mode 100644
index 0000000..a400198
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config
@@ -0,0 +1,4 @@
+user.mapping=[
+  "org.apache.sling.event\=sling-event",
+  "org.apache.sling.event.dea\=sling-event"
+]
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n.config
new file mode 100644
index 0000000..7bb54d8
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n.config
@@ -0,0 +1,3 @@
+user.mapping=[
+  "org.apache.sling.i18n\=sling-i18n"
+]
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting.config
new file mode 100644
index 0000000..27e7d9e
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting.config
@@ -0,0 +1,3 @@
+user.mapping=[
+  "org.apache.sling.scripting.core\=sling-scripting"
+]
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly.config
new file mode 100644
index 0000000..ca14f79
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly.config
@@ -0,0 +1,3 @@
+user.mapping=[
+  "org.apache.sling.scripting.sightly.js.provider\=sling-scripting"
+]
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_thymeleaf.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_thymeleaf.config
new file mode 100644
index 0000000..e260376
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_thymeleaf.config
@@ -0,0 +1,3 @@
+user.mapping=[
+  "org.apache.sling.scripting.thymeleaf\=sling-scripting"
+]
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-xss.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-xss.config
new file mode 100644
index 0000000..47746f7
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-xss.config
@@ -0,0 +1,3 @@
+user.mapping=[
+  "org.apache.sling.xss\=sling-xss"
+]

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