Jon Smirl wrote:
> 
> From: Martin Kuba <[EMAIL PROTECTED]>
> > following servlet hangs my JServ 1.1 :....
> >
> This is proper behavior. Whether it hangs or not depends on the browser. If
> the browser transmits a content-length header it will not hang, if it
> doesn't transmit one it will hang. You just can't read arbitrary length data
> from a browser reliably.

Thank you for your explanation. Your probably right, I should use
reading
from ServletINputStream only in doPost() method. I was just surprised
that it worked before I upgraded to JServ1.1

Martin


--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to