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=28645>. 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=28645 Move Content-Type to the RequestEntity ------- Additional Comments From [EMAIL PROTECTED] 2004-05-09 22:37 ------- Mike, It looks good to me. I would only make StringRequestEntity a little more intelligent with regards to charset attribute of the content type. For instance, new StringRequestEntity("stuff", "text/plain; charset=UTF-8") should be smart enough to extract the charset attribute from the content type. Likewise new StringRequestEntity("stuff", "text/plain", "UTF-8") should be able to add the charset attribute to the content type. Do not worry about missing test cases at this point. I suspect the rest of the 3.0 development will be all about improving HttpClient's test coverage Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]