Actions
Bug #72947
closedUpload file with national characters - CSRF token error
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-01-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
in Filelist module, after file upload with national characters (Croatian - čćžšđ ČĆŽŠĐ), file is uploaded, but then click on anywhere in Typo3 backend produce error:
#1417988921: The CSRF protection token for the requested module is missing or invalid (More information)
TYPO3\CMS\Core\Exception thrown in file
/var/www/typo3_src-7.6.2/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php in line 82.
Also tested with German umlauts and it works fine, so Croatia is out of luck :-(
Regards.
Updated by Zeljko Debeljuh almost 9 years ago
- % Done changed from 0 to 100
Sorry,
it was new MariaDB install with wrong collation (latin1_swedish_ci).
Closed.
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from New to Closed
Closed as requested by the reporter.
Thank you for your findings and best regards.
Actions