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

[sling-org-apache-sling-karaf-configs] 07/39: fix whitelist.regexp

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 115ef0491ca8e7efbf690a2b174ea0079eb7202d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Oct 27 10:34:28 2016 +0000

    fix whitelist.regexp
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1766803 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl.config   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl.config b/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl.config
index 7856b56..f26eb24 100644
--- a/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl.config
+++ b/src/main/resources/org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl.config
@@ -1,2 +1,2 @@
-whitelist.regexp=*
+whitelist.regexp="*"
 whitelist.bypass=B"true"

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