Project

General

Profile

Actions

Bug #16001

closed

t3lib_htmlmail: MIME type determination crashing (HEAD request)

Added by Joschi Kuphal about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

class.t3lib_htmlmail.php.patch (976 Bytes) class.t3lib_htmlmail.php.patch Administrator Admin, 2006-04-11 05:33
Actions #1

Updated by Stanislas Rolland about 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).

Actions #2

Updated by Stanislas Rolland about 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

Also available in: Atom PDF