Project

General

Profile

Actions

Bug #88767

closed

Restricted news detail invokes chash error

Added by Mirosław Kmieć almost 5 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-07-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

Problem:
When details page for news is on restricted page for some FE usergroup, news is not redirected to Login form, but invokes "page chash error".
In TypoScriptFrontendController.php in function makeCacheHash():

$GET['id'] = $this->id;

This create problem, because $this->id is detected as link to login page. In this way chash is always incorrect.
This link should be redirected to login page with return_url parameter or as refferer?

Actions

Also available in: Atom PDF