


Hi Everyone,
I have an issue with RTE Hyperlink plugin, it is somehow prepending the author's domain to the internal links authored and after the publish, i see the link is still associated with the author domain only. Here is how it is happening:
Can some help me out with this issue.
I saw the similar issue in our environment sometime back, was fixed by CFP.[0]. You may want to try it.
[0] https://helpx.adobe.com/experience-manager/release-notes--aem-6-3-cumulative-fix-pack.html
Views
Replies
Sign in to like this content
Total Likes
I saw the similar issue in our environment sometime back, was fixed by CFP.[0]. You may want to try it.
[0] https://helpx.adobe.com/experience-manager/release-notes--aem-6-3-cumulative-fix-pack.html
Views
Replies
Sign in to like this content
Total Likes
I marked Praveen answer as correct as this looks like a known issue.
Views
Replies
Sign in to like this content
Total Likes
Thanks for your response guys, but it's not working.
I have installed these 2 packages:
None of these files effect " libs/wcm " or " libs/foundation ".
The hyperlink is still prepending the author domain.
Views
Replies
Sign in to like this content
Total Likes
THis may require further hotfix - please open a ticket
Views
Replies
Sign in to like this content
Total Likes
Thanks, will open a ticket
Views
Replies
Sign in to like this content
Total Likes
has this been resolved? having the same issue still
Views
Replies
Sign in to like this content
Total Likes
FYI: it is fixed in 6.4 within the /libs/clientlibs/granite/richtext.js by using the addLinkToDom function parameter (url) and not the href that has been modified nativly by the browser.
attributes[CUI.rte.Common.HREF_ATTRIB] = url;