[TYPO3-core] RFC: #9664: EM fails on retrieving files of uppercase extension keys

Martin Kutschker masi-no at spam-typo3.org
Tue Oct 28 15:50:16 CET 2008


Oliver Hader schrieb:
> Hi Marcus,
> 
> Marcus Krause schrieb:
>> This is an SVN patch request.
>>
>> Type: Bugfix
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=9664
>>
>> Branches:
>> TYPO3_4-1 & TYPO3_4-2 & trunk
>>
>> Problem:
>> 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
>>
>> Solution:
>> Apply strotolower() beforehand.
> 
> +1 on reading and testing
> 
> I've attached a modified version of your initial patch.

For 4.2 and later please use t3lib_div::strtolower. I'm not sure if we
ever set the locale in the BE but it won't hurt and make Turkish users a
bit happier.

Masi


More information about the TYPO3-team-core mailing list