PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

File not in supported encoding (UTF-8) #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. German Windows XP sp3
2. Enter http://www.web.de choose GET
3.

What is the expected output? What do you see instead?
Response 200 from server

What version of the product are you using? On what operating system?

Please provide any additional information below.

File not in supported encoding (UTF-8)
java.io.IOException: File not in supported encoding (UTF-8)
    at org.wiztools.restclient.Util.inputStream2String(Util.java:88)
    at
org.wiztools.restclient.HTTPClientRequestExecuter.execute(HTTPClientRequestExecu
ter.java:300)
    at org.wiztools.restclient.ui.RESTView$25.run(RESTView.java:1012)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
    at java.nio.charset.CoderResult.throwException(Unknown Source)
    at java.nio.charset.CharsetDecoder.decode(Unknown Source)
    at org.wiztools.restclient.Util.inputStream2String(Util.java:85)
    ... 2 more

Original issue reported on code.google.com by thierry....@googlemail.com on 25 Nov 2009 at 8:45

GoogleCodeExporter commented 8 years ago
I have made some changes in the trunk code for this. But this is still 
unstable...

But this is an issue which will be fixed before next release.

Original comment by subwiz on 27 Nov 2009 at 6:51

GoogleCodeExporter commented 8 years ago
Tested in trunk code.

Original comment by subwiz on 22 Jan 2010 at 12:47