Project

General

Profile

Actions

Bug #66208

closed

Typo3 interprets unlimited POST data as limited to 0B

Added by David Henninger almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Install Tool
Target version:
-
Start date:
2015-04-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

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:


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #73214: Typo3 interprets unlimited upload_max_filesize as limited to 0BClosed2016-02-10

Actions
Actions #1

Updated by Markus Klein almost 9 years ago

What is your exact TYPO3 CMS version?

I remember a fix in this area.

Actions #2

Updated by Markus Klein almost 9 years ago

  • 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.

Actions #3

Updated by Markus Klein almost 9 years ago

  • 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?

Actions #4

Updated by David Henninger almost 9 years ago

It is not covered in the documentation, at least i didn't find it in there. Either way, it is described as such in every php.ini configuration file that ships with PHP:
https://github.com/php/php-src/blob/master/php.ini-production#L653
https://github.com/php/php-src/blob/master/php.ini-development#L653

I am running Typo3 6.2.11.

Actions #5

Updated by Markus Klein almost 9 years ago

  • Status changed from Needs Feedback to Accepted
Actions #6

Updated by Gerrit Code Review almost 9 years ago

  • 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

Actions #7

Updated by Gerrit Code Review almost 9 years ago

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

Actions #8

Updated by Gerrit Code Review almost 9 years ago

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

Actions #9

Updated by Markus Klein almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF