Hello there, I have a J2EE application and I want to record a test scenario. Most of the parts are recordable. However, in 2 specific JSPs, although when running the app without the JMeter proxy server, the page works, when I use the JMeter's proxy I get an exception on the web page, because of some parameters not passed. The page is trying to submit a multipart form and the submit parameter is encoded (JMeter considers it encoded)
Any suggestions on what I should check? Is it possible that this is a JMeter bug? thanks in advance Rigas

