Author: sebb Date: Sun Oct 5 16:10:11 2008 New Revision: 701900 URL: http://svn.apache.org/viewvc?rev=701900&view=rev Log: PUT does not support multiple files as content
Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java?rev=701900&r1=701899&r2=701900&view=diff ============================================================================== --- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java (original) +++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java Sun Oct 5 16:10:11 2008 @@ -936,7 +936,6 @@ // If there are no arguments, we can send a file as the body of the request - // TODO: needs a multiple file upload scenerio if(!hasArguments() && getSendFileAsPostBody()) { hasPutBody = true; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]