This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 67b21106fd904f5437e73eef31392fae72f9c9da Author: Julian Sedding <[email protected]> AuthorDate: Thu Nov 10 12:35:00 2016 +0000 SLING-5135 - Whitelist legit usages of loginAdministrative and administrative ResourceResolver - rename configuration properties git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1769103 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java b/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java index ef295be..802e864 100644 --- a/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java +++ b/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java @@ -125,7 +125,7 @@ public abstract class ThymeleafTestSupport extends TestSupport { .put("user.mapping", "org.apache.sling.scripting.thymeleaf=sling-scripting") .asOption(), newConfiguration("org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl") - .put("whitelist.regexp", "org.apache.sling.*") + .put("whitelist.bundles.regexp", "org.apache.sling.*") .asOption() ); } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
