Skip to content
Snippets Groups Projects
Commit 9b5c52be authored by Benni Mack's avatar Benni Mack
Browse files

[!!!][TASK] Set no-cache headers only to PSR-7 Response

The related HTTP no-cache headers (e.g. when a user is logged in)
are now only set via PSR-15 middlewares (already in place for
Backend Users, but now added for Frontend Users / Sessions as well),
but not directly emitted via "header()" functions anymore.

The next steps for having autonomous tests are:
* Do not send cookies directly anymore
* Double-check backend login cookies and
* Check for ImmediateResponse / HttpUtility::redirect() methods
* Evaluate the HTTP headers emitted inside the Installer.

Resolves: #92997
Releases: master
Change-Id: I7f1e9826b3d61977cb24e4622e0888e301b807e3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67001


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 8cec795a
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