Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.5.1, 4.5.2, 4.5.3
-
None
-
None
Description
Sending body in DELETE is allowed as the HTTP 1.1 specification does not forbid. Hence HttpDelete.class should extend from HttpEntityEnclosingRequestBase instead of HttpRequestBase.