[TYPO3-dev] Workspace trouble in TYPO3 4.5

Christian Welzel gawain at camlann.de
Fri Aug 12 20:36:34 CEST 2011


Am 12.08.2011 20:22, schrieb Christian Lerrahn:

> Why is the content length correct but the content cut off?

Reminds me of any old problem with IE. If you send the
HTTP Content-Length header, IE stops receiving data after the
number of bytes specified there (Content-Length is given in bytes).
But if you use a multi-byte encoding like utf-8, and calculate
the length using mb_strlen() then you get the number of characters.
But in this case the number of characters is smaller than the number
of bytes... so IE does not receive the complete data.
AFAIK firefox (and others) happily ignore this mismatch and process
the whole data.

Perhaps you have some aspect of this problem in your case.


-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/de/pgpkey.html
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15




More information about the TYPO3-dev mailing list