Actions
Bug #90005
closedGet Parameter "id" leads to 404
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2019-12-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have extension with payment provider service. On success page payment provider is adding automatically some get paramters to identify payment. Also "id" is a get paramter. Successpage Payment provider is redirecting to is like:
www.domain.at/success?id=E132asfasd321as0973CCFC80AD.prasdf01-vm-tasdsdfasdfasdfrcePath=/v1/checkouts/8121212aa21as21323,21afasdf0AD.pasfsd-asdfasd01/asdfasdt
Since last update 9.5.13 success page is not working any more becace TYPO3 is checking "id" with pages-id. So id E132asfasd321as0973CCFC80AD.prasdf01-vm-tasdsdfasdfasdfr... of course does not exist and so 404 page is shown. There must be some settings to (certain pages?) exclude the get parameter from 404 handling.
Martin
Actions