Hi Martin,
thanks for your response.
Sorry for my unclear description, what I ment is that the TCP
connection is neither closed, nor interrupted in any way. The
Uploader simply continues to send data to the server, even if the
servlet already written a response, closed all streams and retu
Hello again,
This is a follow up to my post you can see here [1].
I've tried a little more and found out something really scaring.
By using chunked transfer encoding you can continously send data to
_any_ tomcat servlet. Even if it would generate a 404 or another error.
What I did was to si
Hi everyone,
I've stumbled across a little problem here:
I've got a streaming client (right now its using either libcurl or
apache httpclient via HTTP 1.1 chunked transfer without a content
length) that connects to a servlet on a tomcat server and uploads
data. Now the problem is that if s