mcat 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
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, Coro
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.
Hello,
Do you know if these options are supported by Tomcat 5.x ?
Regards.