Hi!

I have a big problem, i think it we found a bug in apache-tomcat mod_webapp connector.
I attached the example servlet.

 The client gets the first byte from DumpServlet only after all have been
written AND doGet (doPost) of DumpServlet returned. Seems to be a bug in the
connector (it works well with both standalone tomcat and apche with JSERV).
 
(DumpServlet replies writes the configured number of bytes and then sleeps
the specified millis before returning.
 
Usage: host/servlet/DumpServlet?count=256&sleep=10000&chunked=true
 
count defaults to 4096;
sleep defaults to 1000 (a second)
chunked defaults to false
 
DumpServlet sets content length iff chunked is false.)

My system is RedHat 7.1, and i used tomcat4-4.0.3-1.noarch.rpm and 
mod_webapp-1.0-1.i386.rpm.
exe
Mindmaker inc.
Mobil: +36 30 231 5584 

Attachment: DumpServlet.java
Description: Binary data

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

Reply via email to