Project

General

Profile

Actions

Bug #66225

closed

Make PATH_INFO work with CGI environments

Added by Benni Mack about 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2015-04-01
Due date:
% Done:

0%

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

Description

Some environments with CGI add a given PATH_INFO
directly to the server variable PATH_TRANSLATED. Currently
TYPO3 does not use PATH_INFO, but mixed setups with
other frameworks on some FastCGI environments do not
work currently.

Example - Call: "/mysite/index.php/my/path/info"
/my/path/info is the last part after the actual script file.
Some environments add this to the PATH_TRANSLATED
variable, but it needs to be stripped away.

Actions #1

Updated by Gerrit Code Review about 9 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 http://review.typo3.org/38411

Actions #2

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/38411

Actions #3

Updated by Benni Mack almost 9 years ago

  • Status changed from Under Review to Rejected

not needed for now.

Actions

Also available in: Atom PDF