Actions
Bug #20027
closedEvaluation PATH_INFO in tslib_fe::checkAlternativeIdMethods() sets false positives and should be moved to tx_simulatestatic
Start date:
2009-02-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
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.
Since the functionality of simulateStaticDocuments was extracted to the system extension tx_simulatestatic in TYPO3 4.3, the mentioned part should also be moved to that place.
(issue imported from #M10452)
Files
Updated by Oliver Hader almost 16 years ago
Additionally, the array value "html" was removed, since it is not used at all here...
Updated by Oliver Hader almost 16 years ago
Committed follow-up to Trunk (rev. 5044)
Actions