Actions
Bug #19828
closedspamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters
Start date:
2009-01-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
Consider the following testcase:
10 = TEXT
10.value = John@doe.com
10.typolink.parameter = john@doe.com
The email address in the linktext will not be substituted with the proteced version, because the replacement is done case sensitive.
Solution:
Do a case insensitive relpacement instead.
This also applies for current trunk version and 4-1 branch
(issue imported from #M10143)
Files
Actions