AEM Filter.xml
I made below changes in filter.xml file:
<filter root="/etc/msm/rolloutconfigs/" mode="update"/>
There are certain rollout-configs listed under path /etc/msm/rolloutconfigs
/etc/msm/rolloutconfigs/rollout-config-sample has some value for 'editMap' property at editProperties node ( /etc/msm/rolloutconfigs/rollout-config-dealer/jcr:content/editProperties).
rollout-config-sample is not part of the code base and I did some modification in editMap value for which I created a package and Installed on the server. After each deployment, my modified value gets overwritten even though I've set mode="update".
I was expecting it to add the new content while keeping the existing value in place.
Could anyone please help me understand why mode="update" didn't work as expected here or I understood it wrong?