From 936a13e7a1e08462a918eae3a24a70ef128a6e41 Mon Sep 17 00:00:00 2001 From: Justin Edelson Date: Wed, 24 Jan 2018 18:30:38 -0500 Subject: [PATCH] restore missing ACLs. Fixes #1233 --- CHANGELOG.md | 6 ++++++ .../content/jcr_root/content/_rep_policy.xml | 16 ++++++++++++++++ .../content/jcr_root/content/dam/_rep_policy.xml | 8 ++++++++ 3 files changed, 30 insertions(+) create mode 100644 content/src/main/content/jcr_root/content/_rep_policy.xml create mode 100644 content/src/main/content/jcr_root/content/dam/_rep_policy.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 46412fbc2b..7b59802c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) [Unreleased]: https://github.com/Adobe-Consulting-Services/acs-aem-commons/compare/acs-aem-commons-3.14.2...HEAD +## [3.14.4] - 2018-01-24 + +### Fixed + +- #1233 - Restore missing ACLs accidentally removed by a prior commit. + ## [3.14.2] - 2018-01-24 ### Fixed diff --git a/content/src/main/content/jcr_root/content/_rep_policy.xml b/content/src/main/content/jcr_root/content/_rep_policy.xml new file mode 100644 index 0000000000..9fa15fe60b --- /dev/null +++ b/content/src/main/content/jcr_root/content/_rep_policy.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/content/src/main/content/jcr_root/content/dam/_rep_policy.xml b/content/src/main/content/jcr_root/content/dam/_rep_policy.xml new file mode 100644 index 0000000000..c2c8b1deb8 --- /dev/null +++ b/content/src/main/content/jcr_root/content/dam/_rep_policy.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file