Closed GoogleCodeExporter closed 8 years ago
Thanks for reporting the issue in such detail. I will work on devising a more
lenient charset parsing.
Original comment by subwiz
on 3 Sep 2010 at 5:00
r476 makes the charset processing more lenient. Now when the charset detail is
not available in the response header, by default the platform encoding is
assumed.
Original comment by subwiz
on 3 Sep 2010 at 9:16
Can you try with this build and confirm if it works:
http://dl.dropbox.com/u/2505020/restclient-ui-2.3.3-SNAPSHOT-jar-with-dependenci
es.jar
Original comment by subwiz
on 3 Sep 2010 at 9:38
Yes. That worked!
Thank you for your prompt attention.
I am finding more and more uses for this tool and introducing it to other
developers who are working with REST web services. I will be visiting the
"Make a Donation" link soon and will be encouraging others to do likewise.
Keep up the great work.
Original comment by shma...@gmail.com
on 3 Sep 2010 at 2:28
Thanks for the feedback. Encouraging words like this keeps me going :-)
Original comment by subwiz
on 5 Sep 2010 at 1:53
This might not be the right place for this comment but I tried out the snapshot
JAR above and while it fixed the error, the body of the response is not shown.
Original comment by CyrusOm...@gmail.com
on 10 Sep 2010 at 9:15
You may want to verify if the HTTP server is actually returning a body
with the 401 response. The HTTP spec only states that "the server
SHOULD include an entity containing an explanation of the error
situation"
The .NET framework library I was dealing with did not return any body
content on a 401 error for missing credentials. It does return body
content for invalid credentials. (The latter displays correctly with
the new snapshot.)
I also tested the new snapshot against an IIS site that returns HTML
content as part of a failed authentication in a 401 response, and it
showed up in RESTClient also.
This is why I suspect it might be the server that is not providing the
response, rather than RESTClient not showing it.
Original comment by shma...@gmail.com
on 13 Sep 2010 at 2:35
Original issue reported on code.google.com by
shma...@gmail.com
on 2 Sep 2010 at 6:24