You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/08/11 17:45:47 UTC

svn commit: r1371966 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Sat Aug 11 15:45:47 2012
New Revision: 1371966

URL: http://svn.apache.org/viewvc?rev=1371966&view=rev
Log:
Clarify Content Encoding GUI field

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1371966&r1=1371965&r2=1371966&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Aug 11 15:45:47 2012
@@ -218,7 +218,10 @@ https.default.protocol=SSLv3
         <code>jmeter.httpsampler</code>, failing that, the Java implementation is used.</property>
         <property name="Protocol" required="No">HTTP, HTTPS or FILE. Default: HTTP</property>
         <property name="Method" required="Yes">GET, POST, HEAD, TRACE, OPTIONS, PUT, DELETE</property>
-        <property name="Content Encoding" required="No">Content encoding to be used (for POST and FILE)</property>
+        <property name="Content Encoding" required="No">
+        Content encoding to be used (for POST, PUT and FILE). 
+        This the the character encoding to be used, and is not related to the Content-Encoding HTTP header.
+        </property>
 		<property name="Redirect Automatically" required="No">
 		Sets the underlying http protocol handler to automatically follow redirects,
 		so they are not seen by JMeter, and thus will not appear as samples.