RTE Hyperlink plugin prepends the author domain in 6.3 | Community
Skip to main content
January 23, 2018
Solved

RTE Hyperlink plugin prepends the author domain in 6.3

  • January 23, 2018
  • 7 replies
  • 2290 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

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

7 replies

edubey
edubeyAccepted solution
Level 10
January 24, 2018

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

smacdonald2008
Level 10
January 24, 2018

I marked Praveen answer as correct as this looks like a known issue.

January 24, 2018

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.

smacdonald2008
Level 10
January 24, 2018

THis may require further hotfix - please open a ticket

January 24, 2018

Thanks, will open a ticket

servertimeout
January 9, 2019

has this been resolved? having the same issue still

servertimeout
January 10, 2019

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;