Skip to content
Snippets Groups Projects
Commit 5fe0713b authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[TASK] Do not call determineId() twice

Due to legacy reasons before PSR-15 middlewares were introduced,
there was a hook to re-evaluate the Page ID via TSFE->determineId()
which was popular with RealURL.

$TSFE->determineId() was called twice when logged-in backend users
were accessing a page they did not have access to, with a clean state,
however TSFE->determineId() does the same check already as well,
so it is not needed to call determineId() twice anymore, because the
hook was removed in TYPO3 v10.

Resolves: #92500
Releases: master
Change-Id: Ib2f24fe193eae1dd974d6bebcc1a8803dce194f4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66067


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 2ae98bbe
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment