Bug #20954
closedLinks accross Domains not known by linkData and therefore also RealURL
0%
Description
Problem:
Curent link accross Domain handling is done in typolink. The domain is attached to the url that linkData returns. Inside linkData there is no knowledge that this domain is appended afterwards.
So real_url (and others) rely on the domain specif configuration of linkgenerations. Now they have no way to know that the link they are going to generate is targeted to a diffrent domain. That causes:
- wrong configuration is used and url is generated wrong
- more critical: this might lead to wrong caching entries since the rootpage id (used for caching the link that is under a diffrent domain) is not correct.
Solution:
Just add the targetDomain as parameter to linkData - so that realurl has a cance to react on it.
(issue imported from #M11824)
Files