Author: pmouawad
Date: Sun Mar  6 11:57:04 2016
New Revision: 1733802

URL: http://svn.apache.org/viewvc?rev=1733802&view=rev
Log:
Bug 56141 - Application does not behave correctly when using HTTP Recorder
Revert stupid fix (setDoBrowserCompatibleMultipart(true) was already here
Bugzilla Id: 56141

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java?rev=1733802&r1=1733801&r2=1733802&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
 Sun Mar  6 11:57:04 2016
@@ -176,8 +176,6 @@ public class DefaultSamplerCreator exten
                 urlConfig.parseArguments(postData);
                 // Tell the sampler to do a multipart post
                 sampler.setDoMultipartPost(true);
-                // See https://bz.apache.org/bugzilla/show_bug.cgi?id=56141
-                sampler.setDoBrowserCompatibleMultipart(true);
                 // Remove the header for content-type and content-length, since
                 // those values will most likely be incorrect when the sampler
                 // performs the multipart request, because the boundary string


Reply via email to