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]
>
>

Reply via email to