Hello David,

> I inherited some code that uses
> EntityEnclosingMethod.getRequestBodyAsString().  However we are trying 
to
> upgrade to 3.x and it appears it has been removed without a trace!

Since 3.0, the interface RequestEntity represents the request body:
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/methods/RequestEntity.html

You should rewrite your request processing code to work with that 
interface
rather than on the method level.

hope that helps,
  Roland

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to