Actions
Bug #93607
openProblematic cHash handling by TYPO3
Status:
Needs Feedback
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2021-02-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Contrary to TYPO3 8, it's not possible to disable the cHash on a per page basis any more in TYPO3 9/10 and if the cHash is wrong, TYPO3 returns an error page instead of serving the page content without creating a cache entry.
Problem:
When redirecting in a shop to external payment servers at the end of the checkout, the payment providers will redirect the customer back to the shop after they processed the payment. These redirects will contain additional parameters rendering the cHash invalid and TYPO3 returns an error page. Current workaround is to remove the cHash from the URLs manually with the regex to avoid errors.
Actions