Skip to content

Commit

Permalink
[TASK] Make extension scanner aware of the deprecated EidRequestHandler
Browse files Browse the repository at this point in the history
Change-Id: I2a664d445ba501a79a13aa634a8e943ef1726cf0
Releases: master
Resolves: #83831
Related: #83511
Related: #83803
Reviewed-on: https://review.typo3.org/55631
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bnf authored and bmack committed Feb 9, 2018
1 parent 86c83fb commit 201e050
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Migration

Put the logic of that test case into your own test cases.

.. index:: PHP-API, PartiallyScanned
.. index:: PHP-API, FullyScanned
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Migration

Use :php:`\TYPO3\CMS\Frontend\Middleware\EidHandler` instead.

.. index:: Frontend, PHP-API, NotScanned
.. index:: Frontend, PHP-API, FullyScanned
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
'Breaking-80700-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Frontend\Http\EidRequestHandler' => [
'restFiles' => [
'Deprecation-83803-DeprecateEidRequestHandler.rst',
],
],
'TYPO3\CMS\Frontend\Page\FramesetRenderer' => [
'restFiles' => [
'Breaking-80700-DeprecatedFunctionalityRemoved.rst',
Expand Down

0 comments on commit 201e050

Please sign in to comment.