TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-83803:
=================================================
Deprecation: #83803 - Deprecate EidRequestHandler
=================================================
See :issue:`83803`
Description
===========
The class :php:`\TYPO3\CMS\Frontend\Http\EidRequestHandler` has been marked as deprecated and will be removed in CMS 10.
This class has been replaced by a PSR-15 middleware :php:`\TYPO3\CMS\Frontend\Middleware\EidHandler`.
The eID functionality itself is not deprecated and can be used as before.
Impact
======
Installations that use :php:`\TYPO3\CMS\Frontend\Http\EidRequestHandler` will trigger a deprecation warning.
Affected Installations
======================
All installations that use custom extensions that add classes derived from :php:`\TYPO3\CMS\Frontend\Http\EidRequestHandler`.
Migration
=========
Use :php:`\TYPO3\CMS\Frontend\Middleware\EidHandler` instead.
.. index:: Frontend, PHP-API, FullyScanned