Actions
Bug #66225
closedMake PATH_INFO work with CGI environments
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.
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Rejected
not needed for now.
Actions