You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Ortwin Glück (JIRA)" <ji...@apache.org> on 2006/12/01 10:18:24 UTC

[jira] Commented: (HTTPCLIENT-610) HttpMethodBase.getResponseBodyAsString(long limit)

    [ http://issues.apache.org/jira/browse/HTTPCLIENT-610?page=comments#action_12454842 ] 
            
Ortwin Glück commented on HTTPCLIENT-610:
-----------------------------------------

We will not deprecate the old method. If the content length is known, there is no problem calling them.

> HttpMethodBase.getResponseBodyAsString(long limit)
> --------------------------------------------------
>
>                 Key: HTTPCLIENT-610
>                 URL: http://issues.apache.org/jira/browse/HTTPCLIENT-610
>             Project: HttpComponents HttpClient
>          Issue Type: Wish
>    Affects Versions: 3.1 Alpha 1
>            Reporter: Stepan Koltsov
>         Assigned To: Ortwin Glück
>            Priority: Trivial
>
> Currently HttpMethodBase.getResponseBodyAsString() prints warning in log, and suggests using getResponseStream(). However getResponseBodyAsString() is extremely useful (as it is easy to use). So my wish is to have method
> getResponseBodyAsString(long limit)
> that should throw HttpException if response size exceeds specified limit.
> Same things with getResponseBody(long limit) .
> Original methods should be deprecated because of danger, explained in javadoc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org