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=42173>. 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=42173 Summary: Let HTTP Proxy handle encoding of request, and undecode parameter values Product: JMeter Version: 2.2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: HTTP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Currently, the HTTP Proxy does not take the encoding for the request it parses into consideration. It just does a "postData = line.toString()", which uses the default JRE encoding. I suggest that the HTTP Proxy should keep track of the encoding of the pages and forms that it sees, and then use that encoding when decoding request to pages or forms, and set the content encoding on the sampler it creates. When the HTTP Proxy knows about the encoding, it can also decode parameter values which has been URL encoded by the browser, for example in HTTP GET and in HTTP Post application/x-www-form-urlencoded requests. -- 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]
