You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/02/07 00:31:05 UTC

svn commit: r504365 - in /jakarta/jmeter/branches/rel-2-2/xdocs: changes.xml usermanual/component_reference.xml

Author: sebb
Date: Tue Feb  6 15:31:03 2007
New Revision: 504365

URL: http://svn.apache.org/viewvc?view=rev&rev=504365
Log:
Bug 39827 - SOAP Sampler content length for files

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
    jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?view=diff&rev=504365&r1=504364&r2=504365
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Tue Feb  6 15:31:03 2007
@@ -78,6 +78,7 @@
 <li>Bug 39887 - jmeter.util.SSLManager: Couldn't load keystore error message</li>
 <li>Bug 41543 - exception when webserver returns "500 Internal Server Error" and content-length is 0</li>
 <li>Bug 41416 - don't use chunked input for text-box input in SOAP-RPC sampler</li>
+<li>Bug 39827 - SOAP Sampler content length for files</li>
 </ul>
 
 <h3>Version 2.2</h3>

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=504365&r1=504364&r2=504365
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml Tue Feb  6 15:31:03 2007
@@ -278,6 +278,13 @@
 The primary difference between the soap sampler and
 webservice sampler, is the soap sampler uses raw post and does not require conformance to
 XML.</p>
+<note>For versions of JMeter later than 2.2, the sampler no longer uses chunked encoding by default.<br/>
+For screen input, it now always uses the size of the data.<br/>
+File input uses the file length as determined by Java.<br/>
+On some OSes this may not work for all files, in which case add a child Header Manager
+with Content-Length set to the actual length of the file.<br/>
+Or set Content-Length to -1 to force chunked encoding.
+</note>
 </description>
 
 <properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org