Bug #73214
closedTypo3 interprets unlimited upload_max_filesize as limited to 0B
100%
Description
Typo3 interprets the php setting upload_max_filesize = 0
as post data being limited to 0 bytes:
However, according to the PHP implementation, a max size of 0 is handled as unlimited:
https://github.com/php/php-src/blob/master/main/rfc1867.c#L1044
On a valid request, first two IF-statements validate to false, thus it only checks for a positive bytelength of the data.
Updated by Gerrit Code Review over 8 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/47029
Updated by Gerrit Code Review over 8 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/47029
Updated by Gerrit Code Review over 8 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/47029
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47061
Updated by Andreas Bouche over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8a91b50d6a884e1556c025f35b0ab7b5f4325af9.