Closed GoogleCodeExporter closed 8 years ago
Thanks for reporting this. I am looking into it.
Original comment by subwiz
on 6 Nov 2008 at 1:46
Did a preliminary study. This is surprising because I am doing just getText()
and
setText()--which does not warrent such issues. Anyways, the problem could be in:
* JSyntaxPane editor component changing the characters
* HTTPClient library modifying the character (very unlikely)
I will do a more thorough study today evening.
Original comment by subwiz
on 6 Nov 2008 at 11:20
Did a basic test with TCPMon ( http://ws.apache.org/commons/tcpmon/ ). The
request
body string itself is corrupted. The issue could be in:
http://code.google.com/p/rest-client/source/browse/trunk/src/main/java/org/wizto
ols/restclient/HTTPRequestThread.java
I doubt the StringEntity API class of HTTPClient which I am using as:
StringEntity entity = new StringEntity(bean.getBody());
Original comment by subwiz
on 6 Nov 2008 at 11:44
(Self-reminder:) When home, I should test with:
http://hc.apache.org/httpcomponents-core/httpcore/apidocs/org/apache/http/entity
/ByteArrayEntity.html
Original comment by subwiz
on 6 Nov 2008 at 11:45
Revision 330 has the fix.
Original comment by subwiz
on 6 Nov 2008 at 4:39
Original issue reported on code.google.com by
kwon3...@gmail.com
on 5 Nov 2008 at 2:10Attachments: