Actions
Bug #88767
closedRestricted news detail invokes chash error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & 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?
Updated by Mirosław Kmieć over 5 years ago
- Subject changed from Restricted news detail invoker chash error to Restricted news detail invokes chash error
Updated by Michael Stucki over 5 years ago
- Project changed from 9 to TYPO3 Core
- Category deleted (
Support) - TYPO3 Version set to 9
Wrong project.
Updated by Riccardo De Contardi about 5 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Susanne Moog almost 5 years ago
- Sprint Focus set to On Location Sprint
Updated by Benni Mack over 4 years ago
- Status changed from New to Needs Feedback
Hey,
can you confirm this issue still exists with TYPO3 v9.5.18?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
hey. quite a lot happened in v10 and v11 in this area meanwhile and the issue is likely solved. i hope it's ok to close here for that reason and due to lack of feedback. in case there is still a problem, we may want to restart with a fresh issue.
Actions