You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Also if the Redirect target is an internal path that is invalid, the same thing happens. Though that's maybe acceptable, it might make more sense to show the invalid path since AEM will still redirect to that invalid path on wcmmode=disabled
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.The text was updated successfully, but these errors were encountered: