diff --git a/dispatcher/src/conf.d/rewrites/rewrite.rules b/dispatcher/src/conf.d/rewrites/rewrite.rules index f9af561706..b784074f03 100644 --- a/dispatcher/src/conf.d/rewrites/rewrite.rules +++ b/dispatcher/src/conf.d/rewrites/rewrite.rules @@ -28,5 +28,5 @@ RewriteCond %{REQUEST_URI} !^/saml_login RewriteCond %{REQUEST_URI} !^/system RewriteCond %{REQUEST_URI} !^/tmp RewriteCond %{REQUEST_URI} !^/var -RewriteCond %{REQUEST_URI} (.html|.jpe?g|.png|.svg)$ +RewriteCond %{REQUEST_URI} (.html|.jpe?g|.png|.svg|.xml)$ RewriteRule ^/(.*)$ /content/${CONTENT_FOLDER_NAME}/$1 [PT,L] diff --git a/ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config.publish.dev/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json b/ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config.publish.dev/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json index 9d6e28cf40..338630c4cb 100644 --- a/ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config.publish.dev/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json +++ b/ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config.publish.dev/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json @@ -1,5 +1,3 @@ { - "resource.resolver.mapping": [ - "/content/wknd/ - /conf,/content,/content/experience-fragments,/content/dam,/content/cq:tags + /conf,/content,/content/experience-fragments,/content/dam,/content/cq:tags,/etc diff --git a/ui.content/src/main/content/META-INF/vault/filter.xml b/ui.content/src/main/content/META-INF/vault/filter.xml index fb9e302559..b5d3c69b50 100644 --- a/ui.content/src/main/content/META-INF/vault/filter.xml +++ b/ui.content/src/main/content/META-INF/vault/filter.xml @@ -1,5 +1,7 @@ + + diff --git a/ui.content/src/main/content/jcr_root/etc/map.publish/.content.xml b/ui.content/src/main/content/jcr_root/etc/map.publish/.content.xml new file mode 100644 index 0000000000..a0e61cc66c --- /dev/null +++ b/ui.content/src/main/content/jcr_root/etc/map.publish/.content.xml @@ -0,0 +1,3 @@ + + \ No newline at end of file diff --git a/ui.content/src/main/content/jcr_root/etc/map.publish/https/.content.xml b/ui.content/src/main/content/jcr_root/etc/map.publish/https/.content.xml new file mode 100644 index 0000000000..a0e61cc66c --- /dev/null +++ b/ui.content/src/main/content/jcr_root/etc/map.publish/https/.content.xml @@ -0,0 +1,3 @@ + + \ No newline at end of file diff --git a/ui.content/src/main/content/jcr_root/etc/map.publish/https/wknd-site-reverse/.content.xml b/ui.content/src/main/content/jcr_root/etc/map.publish/https/wknd-site-reverse/.content.xml new file mode 100644 index 0000000000..327c090205 --- /dev/null +++ b/ui.content/src/main/content/jcr_root/etc/map.publish/https/wknd-site-reverse/.content.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/ui.content/src/main/content/jcr_root/etc/map.publish/https/wknd-site/.content.xml b/ui.content/src/main/content/jcr_root/etc/map.publish/https/wknd-site/.content.xml new file mode 100644 index 0000000000..d623fed84f --- /dev/null +++ b/ui.content/src/main/content/jcr_root/etc/map.publish/https/wknd-site/.content.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file