Hey guys,
Another question for handling of links in AEM Cloud -
We have a simple footer component with footer links -
href="${columnTwoList.subSectionLink @ context='uri'}"
In AMS, the URL is evaulating to /content/a/b.html
However, in AEM Cloud the URL is evaluating to /content/a/b.
Query 1 - Why the difference for the same code?
Query 2 - The publisher is leading to 404 for URLs without .html at the end.
As per my understanding, AEM automatically appends .html for the URLs to be resolved as part of Apache Sling Resolver.
thanks in advance,
Nagesh