[BUGFIX] Access Close.html from Resources/Public/Html/
Clicking the close button in a editing popup accesses Close.html in Resources/Public/Html/ which is a folder accessible by a web user instead of Resources/Private/Templates/ which lead to a HTTP 403 error on closing the popup. Releases: master, 8.7, 7.6 Resolves: #83258 Related: #68108 Change-Id: Ibe7e328936240df436a3c9585e53122f1577dc6e Reviewed-on: https://review.typo3.org/54983 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
Showing
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 addition, 1 deletion...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Resources/Private/Templates/Close.html 2 additions, 2 deletionstypo3/sysext/backend/Resources/Private/Templates/Close.html
- typo3/sysext/backend/Resources/Public/Html/Close.html 15 additions, 0 deletionstypo3/sysext/backend/Resources/Public/Html/Close.html
- typo3/sysext/feedit/Classes/FrontendEditPanel.php 1 addition, 1 deletiontypo3/sysext/feedit/Classes/FrontendEditPanel.php
Please register or sign in to comment