URL shortening in AEM 6.3
in AEM 6.3, we define the URL mapping in the JcrResourceResolverFactoryImpl.config.xml file. When author selects a content URL as a path in the component dialog,
if we render the url as <a href="${link.url@ extension = 'html'}">, the AEM automatically shortens the url. However, if we remove the extension <a href="${link.url}">, the AEM doesn't shorten the URL.
Just wonder if anyone knows if there is a linker check related configuration to tell adobe only shorten the url when the path has .html?
Thanks.