Actions
Bug #85696
closed"HTTP 414 Request-URI too long" when really deleting many records in recycler
Start date:
2018-07-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If in UserTSconfig a higher value than the default of 50 records to show and delete in recycler is set by e.g.
mod.recycler.recordsPageLimit = 1000
the "really delete" does not work due to a HTTP error "414 Request-URI too long" on most server configurations.
This is because the recycler currently sends the uids of the records to delete as GET parameters instead of POST.
Actions