DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29883>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29883 StringRequestEntity.getContentLength wrong for multibyte chars Summary: StringRequestEntity.getContentLength wrong for multibyte chars Product: Commons Version: 3.0 Alpha 1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: HttpClient AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When setting up a PostMethod containing a StringRequestEntity with umlauts and charset UTF-8 the content-length header is wrong. It should be the number of bytes, but is the number of chars by now. (e.g. Content-Type: text/xml; charset=UTF-8 body='äöüßÄÖÜ') Bug-location: org.apache.commons.httpclient.methods.StringRequestEntity --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]