Do you know which is url encoding technique used by aem.
Ex. If our file name is "jcr:content"
But the encoded path of this file is
http://localhost:4503/editor.html/content/dam/specialcharacters/jcr-content
then to encode this jcr:content to jcr-content which is the ecoding technique used by aem.
Solved! Go to Solution.
Views
Replies
Total Likes
Check JCRUtils. JcrUtil is the AEM implementation of the JCR utilities.
Of particular interest to validating names are the character mappings that it controls and the following validations:
isValidName
createValidName
Check JCRUtils. JcrUtil is the AEM implementation of the JCR utilities.
Of particular interest to validating names are the character mappings that it controls and the following validations:
isValidName
createValidName
Hi,
What is http://localhost:4503/editor.html/content/dam/specialcharacters/jcr-content url? you are editing assets in site editor? or is it a Content Fragment?
Views
Likes
Replies