Deprecation: #85707 - LoginFramesetController
See forge#85707
Description
The class
\TYPO3\ builds a simple HTML frameset
and has been replaced by using the full logic within
Login or a request to
index. directly.
Impact
Instantiating the LoginFramesetController class will trigger a PHP
E_ error.
Affected Installations
TYPO3 installations with custom logic using the rare functionality of LoginFramesetController.
Migration
Reference index. in the callers code directly, or re-implement the frameset if
necessary.