Hi,I am searching how to correctly handle Move (Rename) page event in
AEM 6.3. In my particular case - if page is moved, I need to move
appropriate DAM folder accordingly new page path. So I definitely need
to know source and target page path.I know that it is possible with JCR
Listeners, but as it is not recommended low level approach with long
living session I would like to avoid it. Sling Handlers will divide this
event to 2 independent events - remove and add, that is not good cause
here I d...