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=42098>. 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=42098 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-12 04:43 ------- Created an attachment (id=19935) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19935&action=view) Suggested patch for encoding HTTP GET urls The suggested patch lets the HTTPSamplerBase construct the query string by encoding parameter values according to the specified encoding. This also means that the PostWriter can use this getQueryString(contentEncoding) method, instead of having it's own version of the method. I have also added unit tests to TestHTTPSamplersAgainstHttpMirrorServer. If you only apply the unit test, then the test from line 353 will fail. I.e. where the values are set like this : titleValue = "mytitle\uc385"; descriptionValue = "mydescription\uc385"; Because these values look different when url encoded in utf-8 and iso-8859-1. This patch will also make it easier to add functionality to the HTTP Proxy server. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
