Bug #66208
closed
Typo3 interprets unlimited POST data as limited to 0B
Added by David Henninger over 9 years ago.
Updated about 6 years ago.
Description
Excerpt from php.ini:
; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 0
However, Typo3 interprets this as post data being limited to 0 bytes:
What is your exact TYPO3 CMS version?
I remember a fix in this area.
- Category set to Install Tool
- Status changed from New to Accepted
- Assignee set to Markus Klein
- Target version set to next-patchlevel
- Complexity set to easy
Checked with the code now, still an issue.
- Status changed from Accepted to Needs Feedback
- Target version deleted (
next-patchlevel)
Can you point me to the documentation, where it says that 0 is actually a valid value?
- Status changed from Needs Feedback to Accepted
- Status changed from Accepted 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 http://review.typo3.org/38436
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38436
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38660
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF