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=41837>. 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=41837 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-20 12:52 ------- Created an attachment (id=19760) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19760&action=view) Updated patch, which also updates content-type header This updated patch also changes the "Content-Type" http header receives from web browser to "application/x-www-form-urlencoded" in the case where it is a multipart/form-data POST, and no file is being uploaded. With this patch, I'm able to record a test plan, and the browser shows the correct values. I'm not sure if this is the nicest patch, but I think it should be sufficient for you to record your plan, and test using jmeter, assuming that you web application allows "application/x-www-form-urlencoded". So this patch translates a multipart/form-data HTTP Post request into a HTTP Post "application/x-www-form-urlencoded" request, if no file is uploaded as part of the post request. -- 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]
