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 2021/08/10 19:32:03 UTC

[sling-org-apache-sling-karaf-configs] branch master updated: SLING-10588 Almost all pages are 401 unauthorized

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-configs.git


The following commit(s) were added to refs/heads/master by this push:
     new fa878ca  SLING-10588 Almost all pages are 401 unauthorized
fa878ca is described below

commit fa878cab401a2ce976fb554f7457b1cf85cf8a64
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Aug 10 21:31:02 2021 +0200

    SLING-10588 Almost all pages are 401 unauthorized
    
    remove obsolete configuration
---
 ...sling.cms.core.internal.filters.CMSSecurityConfigInstance.json | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/main/resources/cms/standalone/org.apache.sling.cms.core.internal.filters.CMSSecurityConfigInstance.json b/src/main/resources/cms/standalone/org.apache.sling.cms.core.internal.filters.CMSSecurityConfigInstance.json
deleted file mode 100644
index 1c5d56f..0000000
--- a/src/main/resources/cms/standalone/org.apache.sling.cms.core.internal.filters.CMSSecurityConfigInstance.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "hostDomains": [],
-  "allowedPatterns": [
-    "^\/content\/starter/.*$",
-    "^\/static/.*$",
-    "^\/system\/sling\/form\/login$"
-  ]
-}