Make sure HTTP protocol handler can deal with DoS conditions
------------------------------------------------------------
Key: DROIDS-36
URL: https://issues.apache.org/jira/browse/DROIDS-36
Project: Droids
Issue Type: Improvement
Reporter: Oleg Kalnichevski
HTTP protocol handler must be able to deal with DoS exploits: such as too long
HTTP headers, too many HTTP headers in a HTTP message, too long content length
in order to avoid out-of-memory condition. The first two safeguards are
provided by HttpClient 4.0. They just need to be enabled. The latter safeguard
must be implemented in the HttpContentEntity class.
Oleg
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.