Project

General

Profile

Actions

Bug #77978

closed

Epic #84262: [FEATURE] Update felogin to extbase

EXT:felogin creates urls without cHash

Added by Christian Toffolo over 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
felogin
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.

Actions

Also available in: Atom PDF