Bug #100780
closedInstall tool opens without backend frame after login from backend
0%
Description
The install tool opens in a standalone view without the normal backend frame after logging in in the install tool modal layer. This occurs on Firefox 105 and Edge 112
Steps to reproduce:
- Login into the backend
- Click on any module that opens the install tool. The modal window where you have to login again should appear
- Login into the install tool
- The backend frame disappears and the install tool will be opened standalone with this url: http://typo3.test/typo3/install.php?install%5Bcontroller%5D=maintenance&install%5Bcontext%5D=backend
Updated by Christian Kuhn over 1 year ago
- Status changed from New to Needs Feedback
unable to confirm. browser caches?
Updated by Simon Schaufelberger over 1 year ago
Mhh, I can reproduce it over and over again in both browsers with cleared caches.
Updated by Oliver Hader over 1 year ago
- Status changed from Needs Feedback to Accepted
Confirmed. It's independent of the client, but related to using http://
instead of https://
.
The sudo mode verification redirects the top
frame to the actual URL, somehow ES modules @typo3/backend/module/iframe
or @typo3/backend/module/router
cannot handle http://
schemes (https
seems to be working).
Updated by Oliver Hader over 1 year ago
- Related to Task #94246: Reorganize sudo mode handling added
Updated by Oliver Hader over 1 year ago
Calling those URLs directly in a browser (sudo mode granted already)
- http://ip12.anyhost.it/typo3/module/tools/maintenance → works, gets framed again
- http://ip12.anyhost.it/typo3/module/tools/maintenance?token=ea12aad31132cfe09fa9a91bc20d464a57f56d25 → does not work, won't be framed
Thus, this problem existed in TYPO3 v11 already, sudo modo just made is visible by redirecting the top frame - the install tool is a special case in terms of backend routing and browser history management (aka "backend deep linking").
Updated by Wittkiel Gruppe over 1 year ago
- Related to Bug #101288: sudo-mode opens module contents without backend frame when used in non-Sec-Fetch-Dest context added
Updated by Jasmina Ließmann over 1 year ago
- Has duplicate Bug #101225: Module bar is not visible after getting logged in to the Admin Tools added
Updated by Benni Mack 5 months ago
- Status changed from Accepted to Needs Feedback
IMHO this is fixed now, right?
Updated by Simon Schaufelberger 5 months ago
- Status changed from Needs Feedback to Closed
yes, this issue is solved even though i don't know which commit.