Actions
Bug #96431
openRedirect to 404 if entry point is fully qualified domain
Start date:
2021-12-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Suppose we have a website address https://www.example.com
To reproduce:- have a Site Configuration with a language set with
base: 'https://www.example.es/'
- translate a page with title "test-default" with that language
- change the title of the translated page "test-es"
Result:
a new sys_redirect record is created with source_host www.example.com instead of www.example.es.
So when an user browses the default language of this translated page:
https://www.example.com/test-defaultis redirected to:
https://www.example.com/test-esthat doesn't exist and throws a 404.
Correct redirect link should be:
https://www.example.es/test-es
Updated by Ian Solo almost 3 years ago
- Subject changed from Wrong redirect source_host if entry point is full qualified domain to Redirect to 404 if entry point is fully qualified domain
- Category set to Backend API
- Target version set to next-patchlevel
- PHP Version set to 7.4
Actions