On Mon, 26 Sep 2005, Jesus Salvo Jr. wrote:
FYI .... The reason I am doing this is that after a webserver upgrade which includes an upgrade of the Java servlet / JSP engine for dynamic pages, the dynamic pages are now chunked ( Transfer-Encoding: chunked ). This works fine with desktop browsers ... but is a problem with i-mode phones as they seem to really rely on the Content-Length header ( and therefore no chunking ) for pages to be displayed.
Are you saying that the i-mode phones are sending HTTP/1.1 queries and yet does not understand chunking? Very bad move.. (support for chunked transfer encoding is a MUST in the HTTP/1.1 specifications).
Regards Henrik