AEM 6.5 dots in page name | Community
Skip to main content
Level 2
September 13, 2021
Solved

AEM 6.5 dots in page name

  • September 13, 2021
  • 2 replies
  • 1261 views

Why cannot we use dots in page names in AEM 6.5? This was the case in earlier version of AEM too but I was able to change it by doing move page but not anymore from Touch UI in AEM 6.5. I know i can always change it in CRXDE but I am looking for reason why its blocked in 6.5 version from UI.

 

Any reason to not use dots in page name in AEM?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anny0505

@bipin_bitla,

 

If you create page names with dot then AEM sling can consider the page name up to dot and remaining part it takes as suffix. Please find below examples how sling is identifying resource andmapping components and templates. 

 

2 replies

Fanindra_Surat
Community Advisor
Community Advisor
September 13, 2021

Hi @bipin_bitla - My two cents

 

The page name in AEM is the resource url as well, and so a dot in page name requires a dot in the resource url as well.

This could make things trickier, as Sling reads the characters after (.) in the resource url as selectors and could lead to unexpected scenarios.

Ref for Sling resolution of URL: https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html

 

Thanks,

Fani

Anny0505
Community Advisor
Anny0505Community AdvisorAccepted solution
Community Advisor
September 13, 2021

@bipin_bitla,

 

If you create page names with dot then AEM sling can consider the page name up to dot and remaining part it takes as suffix. Please find below examples how sling is identifying resource andmapping components and templates.