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 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-19 07:09 ------- Created an attachment (id=20003) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20003&action=view) Suggested patch This suggested patch adds two maps to the proxy Deamon class, so that the proxy server can keep the page and form encodings it finds in a request, so it can be used in requests the proxy will see in the future. The access to these two maps are synchronized, since the deamon kicks off a Proxy on a separate thread for each incoming request. The patch makes the HttpRequestHdr uses the encoding for the request / page / form, and then decodes the request body using that encoding, and then adds parameters undecoded where appriopriate to the sampler. -- 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]
