Actions
Bug #77978
closedEpic #84262: [FEATURE] Update felogin to extbase
EXT:felogin creates urls without cHash
Start date:
2016-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Method getPreserveGetVars unsets cHash.
I don't understand the reason why it has been implemented this way, but this messes the Realurl cache table (now named tx_realurl_urldata) creating duplicated records of an existing record but without the cHash.
Example
correct row as field original_url =
cHash=417232d8041e2c46b613faad19db6d3a&id=100115&tt_products[product]=111182
wrong duplicated row as field original_url =
id=100115&tt_products[product]=1111
This, as a result, makes Realurl to fail to decode urls and display the wrong product detail page.
Updated by Ian Solo about 7 years ago
- Priority changed from Should have to Must have
- TYPO3 Version changed from 7 to 9
Updated by Ian Solo almost 7 years ago
- Target version set to next-patchlevel
- TYPO3 Version changed from 9 to 8
Updated by Georg Ringer over 6 years ago
- Related to Epic #84262: [FEATURE] Update felogin to extbase added
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Benni Mack almost 5 years ago
- Status changed from New to Needs Feedback
Hey,
does this problem still occur with TYPO3 v9?
Updated by Susanne Moog over 4 years ago
- Status changed from Needs Feedback to Closed
No feedback for the last few months and in addition felogin has been rewritten in a later version, so I'm going to close this issue now. If there is still an issue in TYPO3 v10 please report it. Thanks.
Actions