Bug #82225
closedLarge cropper configuration breaks the image manipulation editor with 414 (Request-URI Too Long)
100%
Description
We use the cropper for about 13 different elements in 4 different variants. So there are about 52 allowed aspect Ratios.
The editor tries to load the whole configuration in the ajax url and crashes with 414 (Request-URI Too Long).
Is it possible to load the configuration in the php script, which is called by ajax?
TYPO3 8.7.4
PHP 7.0
Updated by Tobias Pfender about 7 years ago
- Related to Story #75880: Add art direction capabilities to BE added
Updated by Kai Unterberg about 7 years ago
Can confirm this problem.
Workaround inside Apache configuration:
LimitRequestLine 32760
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58785
Updated by Gerrit Code Review about 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58786
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58785
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58785
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58785
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58786
Updated by Andreas Fernandez about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4532a1adf9bd3f74048bcae590c6e5b2c2c7efc3.