From 8e5b77d9adf8f607571771ba30b1a4dd00bc9992 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 13 Mar 2017 14:27:25 +0100 Subject: [PATCH] sirona-aem - update acs_aem_commons on dev --- customer/sirona-aem/development.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index 7d5486f8..c6d07388 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -158,7 +158,7 @@ aem::packages: acs_aem_commons: groupid: 'com.adobe.acs' artifactid: 'acs-aem-commons-content' - version: '3.2.6' + version: '3.6.2' acs_aem_tools: groupid: 'com.adobe.acs' artifactid: 'acs-aem-tools-content' @@ -344,6 +344,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API + - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms # Security Rules - { type: 'deny', url: '/etc/' } -- 2.39.5