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

[sling-org-apache-sling-karaf-configs] 08/39: fix 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 9352b4d0eea8bafab6dfaa670f0a0a185d234de5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Oct 27 14:36:38 2016 +0000

    fix configs (service user mappings) for event, i18n, scripting and xss
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1766837 13f79535-47bb-0310-9956-ffa450edef68
---
 ...serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config | 4 ++--
 ....serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n.config | 2 +-
 ...iceusermapping.impl.ServiceUserMapperImpl.amended-scripting.config | 2 +-
 ...apping.impl.ServiceUserMapperImpl.amended-scripting_sightly.config | 2 +-
 ...ping.impl.ServiceUserMapperImpl.amended-scripting_thymeleaf.config | 2 +-
 ...g.serviceusermapping.impl.ServiceUserMapperImpl.amended-xss.config | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

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
index a400198..7371319 100644
--- 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
@@ -1,4 +1,4 @@
 user.mapping=[
-  "org.apache.sling.event\=sling-event",
-  "org.apache.sling.event.dea\=sling-event"
+  "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
index 7bb54d8..ed2407f 100644
--- 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
@@ -1,3 +1,3 @@
 user.mapping=[
-  "org.apache.sling.i18n\=sling-i18n"
+  "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
index 27e7d9e..dec50c7 100644
--- 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
@@ -1,3 +1,3 @@
 user.mapping=[
-  "org.apache.sling.scripting.core\=sling-scripting"
+  "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
index ca14f79..b69c73c 100644
--- 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
@@ -1,3 +1,3 @@
 user.mapping=[
-  "org.apache.sling.scripting.sightly.js.provider\=sling-scripting"
+  "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
index e260376..69091f4 100644
--- 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
@@ -1,3 +1,3 @@
 user.mapping=[
-  "org.apache.sling.scripting.thymeleaf\=sling-scripting"
+  "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
index 47746f7..697cc19 100644
--- 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
@@ -1,3 +1,3 @@
 user.mapping=[
-  "org.apache.sling.xss\=sling-xss"
+  "org.apache.sling.xss=sling-xss"
 ]

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