If an author on the CQ author instance moves a page (renames it).if a
child page has a property referencing another child page of the page
that has been moved or renamed then that reference is adjusted.So
e.g:page1/ page2 page3 (with property legacyurl holding path to page2
e.g /page1/page2Then if page1 is renamed to 'newpage' then
page3.legacyurl = /newpage/page2I want to stop this from happening the
legacyurl property should remain /page1/page2