How to drop body of a request after checking headers in Servlet?

That's the limitation of HTTP. You can't send a response when the request hasn't been read fully to end.

I remembered talking to a friend that there are programs which help to block the attacks by checking the header and determine whether the connection should be dropt before the body is fully received. I just wonder that if this is the limitation for HTTP then it means that attacking a website by sending large bandwith is possible, right? – gigadot Dec 25 '10 at 0:15 1 The Servlet API doesn't offer any facilities to drop the HTTP connection.

– BalusC Dec 25 '10 at 1:01 Thank you for your reply. – gigadot Dec 25 '10 at 1:04.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions