Actions
Bug #14268
closedfunction substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
Start date:
2004-08-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.5.0 final
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the code $newParts = split('[[:space:]]|\)|\(',$v,2);
in the function cant extract properly an url with char other than space at
the end.
for example http://www.cantgetlinkproperly.de! or
http://www.cantgetlinkproperly.de<br><br>
Result is a wrong link in table cache_md5params!
This occurs for example if you send a plaintext newsletter with embedded
html-content objects with html-links.
(issue imported from #M284)
Actions