Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/naming-conventions...
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
View solution in original post
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