aem-core-wcm-components
aem-core-wcm-components copied to clipboard
External redirect link fails to display to page author
Bug present as of version: 2.24.7-SNAPSHOT
If a page has a Redirect specified in page properties, the page contents are replaced with:
"This page redirects to "
However, if the Redirect target is an external link, the text displays:
"This page redirects to " (no link)
The external link should render just the same as an internal link, but com.adobe.cq.wcm.core.components.internal.models.v1.RedirectItemImpl
is only generating a link when the redirect points to an internal AEM path.