AEM 6.5.12 Assets with apostrophe and metadata
Hi,
I happened to hear from adobe that there is an internal bug. Basically asset folder paths or asset name should not contain apostrophes(').
It is not easy with aem querybuilder to get to the assets and folders containing apostrophes. Had to write queries for nt:folder, sling:folder, sling:orderedfolder- (deliberately ran separate queries), assuming possible types
For assets,
1. I could be missing something but i happened to notice not all assets have the asset name stored in cq:name property under jcr:content while they have it stored under dam:relativepath. Wondering why
2. best way to get assets with apostrophe in such cases if cqname does not exist for all assets
3. The dam:relativepath has apostrophe for a few assets, while the folder path containing the asset does not. A move/copy of an asset under a folder with apostrophe to a new folder path, carries the dam:relative path without updating it. Is this normal?
4. How would one approach updating dam:relativepath without backend code?