[ 
https://issues.apache.org/jira/browse/HTTPCORE-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski updated HTTPCORE-328:
---------------------------------------

    Fix Version/s: 4.3-alpha2
                   4.2.4
    
> defaultCharset in EntityUtils.toString never works if there is no ContentType 
> in a http response
> ------------------------------------------------------------------------------------------------
>
>                 Key: HTTPCORE-328
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-328
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore
>    Affects Versions: 4.2.3
>         Environment: Eclipse 3.7 SR2
> Oracle Java EE 1.6.0
> Windows XP SP3
>            Reporter: kuyurmoe
>              Labels: bug,, charset,, httpcore
>             Fix For: 4.2.4, 4.3-alpha2
>
>
> There is a http response with 500 status and error message encoded in UTF-8 
> in ContentBody, but without ContentType header.
> When using EntityUtils.toString to get message like:
>   EntityUtils.toString(response.getEntity(), "UTF-8")
> the defaultCharset will never work.
> The real charset becomes ISO_8859_1 because ContentType.getOrDefault(entity) 
> will return a ContentType holding a never null  charset(ISO_8859_1). It can 
> not be overrided by defaultCharset anymore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to