Actions
Bug #16001
closedt3lib_htmlmail: MIME type determination crashing (HEAD request)
Start date:
2006-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
class.t3lib_htmlmail.php (->getMimeType): the HEAD request hangs up due to the \r\n standing in single quotes. changing the line 1281 into
fputs($fp,'HEAD '.$getAdr." HTTP/1.0\r\nHost: ".$pathInfo['host']."\r\n\r\n");
fixes this issue.
(issue imported from #M3172)
Files
Updated by Stanislas Rolland over 18 years ago
Fixed in TYPO3core CVS, branches HEAD and TYPO3_4-0.
Fixed in typo3xdev / tx_directmail branch HEAD (until a new version of core is released).
Also fixed in version 2.1.0 of direct_mail (until next release of TYPO3).
Updated by Stanislas Rolland over 18 years ago
getMimeType method re-written and committed to TYPO3core CVS, branches HEAD and TYPO3_4-0 and to typo3xdev / tx_directmail branch HEAD
Actions