Bug #14827
closedPage mount points & manually added cross domain links are not working
0%
Description
The bug #14449 (http://bugs.typo3.org/view.php?id=608) seams to be fixed in 3.8. The #14449 (http://bugs.typo3.org/view.php?id=195) is still the same.
Cross linked domains (typolinkCheckRootline) due to mounted pages works correctly for automatically generated menus (HMENU, TMENU, GMENU), but this doesn't work correctly with manually created links in RTE, HTMLAREA RTE or pure links (<link xx>yyy</link>).
The following situations. We are in domain A, which has parts of domain/website B mounted. Within one of those mounted pages, a manuall link is created.
The following cases are now possible:
1. The link shows to pages of domain B, which are NOT within the group of mounted pages to domain A
the link should be rewriten to the domain B and no MP parameter should be added
this is working
2. the link shows to pages of domain B, which ARE within the group of mounted pages to domain A
the link should not be rewritten (domain A should be used) and the MP parameter should be added
this is not working correctly, since domain B is used and the MP parameter is added, which ends into an error message
This makes usage of mount pages almost impossible, so it should be treated has a very important issue.
(issue imported from #M1208)