Hello Uwe,

> Yes, and I do not think that HttpClient does something wrong. What I
> wonder is if there is a way to tell HttpClient to ignore this error.

Use method.getResponseBodyAsStream() or .getResponseBody() and perform
the character conversion yourself.

http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/HttpMethod.html#getResponseBodyAsStream()
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/HttpMethod.html#getResponseBody()

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to