Actions
Bug #19517
closedEM fails on retrieving files for upcase extension keys
Start date:
2008-10-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For (partly) uppercase extension keys the extension manager fails to download files as it takes uppercase letter into account.
Example extension SBuniplug:
em tries to download
http://typo3.org/fileadmin/ter/S/B/SBuniplug_2.0.1.t3x
wheras the actual file is located at
http://typo3.org/fileadmin/ter/s/b/sbuniplug_2.0.1.t3x
The solution is to apply strotolower() beforehand.
(issue imported from #M9664)
Files
Updated by Oliver Hader about 16 years ago
Committed to SVN:
- TYPO3_4-1 (rev. 4361)
- TYPO3_4-2 (rev. 4362)
- Trunk (rev. 4363)
Actions