In symfony versions 1.1.* and on several sites running Symfony (ie www.symfony-project.org), some content is not accessible under Firefox and on Internet Explorer, the HTML generated page starts with 4 hexa characters (ie f83c) and a 0 at end of HTML generated document.
- The hex number characters in the beginning of the document is the length of the chunks in the "chunked" transfer encoding of HTTP 1.1.
- Those chunk size bytes are normally not displayed in any tested browser.
- IE displays the chunk size bytes as part of the content, Firefox3 displays an error message about "Content encoding error"
For further info, please follow http://www.symfony-project.org/forum/index.php/t/15772/