Hello,

The pb of Tomcat "chunk" support is not for the HTTP response: it is for HTTP 
request !!!

Do you know if it works too ?  Any way to test it ?

Regards. 

-----Message d'origine-----
De : Hadraba Petr [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 3 mars 2006 14:26
À : Tomcat Users List; Corobitsyn Roman
Objet : Re: Content-Encoding: chunked or Transfer-Encoding: chunked

Hi,

or generate text file using response.getWriter().println() and connect using 
telnet this way:
GET http://localhost:8080/context_path/servlet_path HTTP/1.1 HOST localhost:8080

And you will see headers sent by Tomcat

This works for me (specially the `chuncked' encoding)

PETR


On 3/3/06, Corobitsyn Roman <[EMAIL PROTECTED]> wrote:
>
> Hello COURTAULT,
>
> Friday, March 3, 2006, 1:47:19 PM, you wrote:
>
> CF> Hello,
>
> CF> Do you know if these options are supported by Tomcat 5.x ?
>
> CF> Regards.
>
> Of course
> If 4.x support this feature, then 5.x supports one in 4.1.31 see 
> DefaultHeaders.java HttpRequestStream.java HttpResponseStream.java.
> To check this option put in ROOT any big file and try download id with 
> some download manager
> --
> Best regards,
>      Coroba
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to