Bug #88171
closedLatest symfony/routing release breaks Core
100%
Description
The latest release of symfony/routing introduced a fix regarding trailing slashes, which breaks our current code base.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60509
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60517
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 389bb4071326fc6cf374e86a9b2c51ff436e904e.
Updated by Georg Ringer over 5 years ago
- Has duplicate Bug #88177: Upgrading symfony routing causes endless redirects added
Updated by Christian Spoo over 5 years ago
How about using \Symfony\Component\Routing\Matcher\RedirectableUrlMatcher instead of \Symfony\Component\Routing\Matcher\UrlMatcher, rather than downgrading symfony/routing? This will enable $supportsTrailingSlash inside the routing logic and thus allow the SiteMatcher to use site prefixes with trailing slashes.
At first glance this should fix the problem although I haven't thoroughly tested all cases.
Updated by Susanne Moog over 5 years ago
The issue is already fixed on symfony side and will probably be included in the next release: https://github.com/symfony/symfony/pull/31107#issuecomment-484681404
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #88199: Redirect endless Loop on root page added
Updated by Susanne Moog over 5 years ago
- Has duplicate Bug #88188: Empty slug in page translations causes page not found error 404 added