Actions
Bug #53974
closedEnvironment variables prefixed with REDIRECT_ ignored
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-11-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using Apache mod_rewrite in certain setups (mostly PHP in CGI mode) makes environment variables from original requests available in the target request as REDIRECT_<envvar>
, thus e.g. setting TYPO3_DISABLED_CORE_UPDATER
becomes REDIRECT_TYPO3_DISABLED_CORE_UPDATER
.
This should be handled transparently by GeneralUtility::getIndpEnv()
and relevant locations be updated (e.g. TYPO3_CONTEXT
, TYPO3_DISABLE_CORE_UPDATER
).
Actions