Actions
Bug #20026
closedEvaluation PATH_INFO in tslib_fe::checkAlternativeIdMethods() sets false positives
Start date:
2009-02-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method tslib_fe::checkAlternativeIdMethods() in TSFE tries to fetch the server environment PATH_INFO and if there's something it expects an URL like "/index.php/<page-id>/<type-number>/" and sets the current id and type accordant.
However, if config.simulateStaticDocuments is not set to "PATH_INFO" this is a false positive.
(issue imported from #M10451)
Files
Updated by Oliver Hader almost 16 years ago
Committed follow-up to TYPO3_4-2 (rev. 5043)
Actions