Project

General

Profile

Actions

Bug #85696

closed

"HTTP 414 Request-URI too long" when really deleting many records in recycler

Added by Stephan Großberndt over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Recycler
Target version:
-
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

Also available in: Atom PDF