Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • frontend
  • Classes
  • Typolink
  • PageLinkBuilder.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [BUGFIX] Allow MountPoints with the same slug and add tests · 03856efc
    Benni Mack authored Jan 21, 2020
    If a multi-site setup contains a page with slug "/products" as DOKTYPE=7
    and "/products" in another site which is the Mounted Page the PageRouter
    goes in an endless-loop as there is no context in the recursive call.
    
    In addition, some other changes that have been adapted in the previous
    9.5 backport are addressed now.
    
    On top, there is now a MountPointScenario which serves as a basis for adding
    more functionality in multi-lingual setups.
    
    The next step is also to remove the redirect of the MountPoint page
    with mount_pid_ol=1.
    
    Resolves: #90166
    Related: #86331
    Releases: master, 9.5
    Change-Id: If5c67ac813430f54737192341e22b58c9c275cf6
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63007
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Daniel Goerz's avatarDaniel Goerz <daniel.goerz@posteo.de>
    Tested-by: Susanne Moog's avatarSusanne Moog <look@susi.dev>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Daniel Goerz's avatarDaniel Goerz <daniel.goerz@posteo.de>
    Reviewed-by: Susanne Moog's avatarSusanne Moog <look@susi.dev>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    03856efc