[BUGFIX] Fix file handling in import/export module
The file handling (downloading/storing or uploading/fetching existing T3D/XML files) is currently not full FAL compatible in the import/export module of the TYPO3 CMS backend. Also saving export file to folder on server shows an error, but the file is saved. In further TYPO3 version the .htaccess protected folder fileadmin/_temp_/ was used to store the export files. This was lately changed to the public accessible users default upload folder, normally fileadmin/user_upload/. This patch changes this back to a .htaccess protected folder, namely _temp_/importexport/ below users default upload folder. Resolves: #53552 Releases: 6.2 Change-Id: I250e08188d9e9aac011c759fccf7e831fea037fb Reviewed-on: https://review.typo3.org/25294 Reviewed-by: Sascha Wilking Tested-by: Sascha Wilking Reviewed-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs
Showing
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 27 additions, 0 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/impexp/Classes/Controller/ImportExportController.php 171 additions, 101 deletions...sext/impexp/Classes/Controller/ImportExportController.php
- typo3/sysext/impexp/app/locallang.xlf 3 additions, 0 deletionstypo3/sysext/impexp/app/locallang.xlf
- typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php 19 additions, 0 deletions...sysext/install/Classes/FolderStructure/DefaultFactory.php
- typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/fileadmin-user_upload-temp-importexport-htaccess 6 additions, 0 deletions...ateFiles/fileadmin-user_upload-temp-importexport-htaccess
Please register or sign in to comment