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
Actions