Actions
Bug #88031
closedRedirect endless Loop, if missing Language-Parameter
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Calling something like bla.example.com/?id=34&type=2 runs in a endless loop.
In SiteBaseRedirectResolver there is a "duplicate" convention, that triggers missing "/" redirect to url + / . If tailing has "/", redirect to uri without "/". This only occurs, if you use GET parameters instead of a "seo-friendly" uri
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
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/+/59891
Updated by Richard Haeser over 5 years ago
- Category changed from SEO to Site Handling, Site Sets & Routing
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Closed
Has been fixed with the linked review (which somehow got the wrong issue number in later patch sets)
Actions