Author: fschumacher Date: Sun Oct 2 11:08:59 2016 New Revision: 1763051 URL: http://svn.apache.org/viewvc?rev=1763051&view=rev Log: Add markup, rephrase Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1763051&r1=1763050&r2=1763051&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original) +++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sun Oct 2 11:08:59 2016 @@ -553,19 +553,50 @@ log_level.org.apache.http.client=DEBUG
-define a properties file for overriding Commons HttpClient parameters -See this. -Uncomment this line if you put anything in httpclient.parameters file -Number of retries to attempt, defaults to:0 + + Define a properties file for overriding Commons HttpClient parameters. + See this. + Uncomment this line if you put anything in httpclient.parameters file. + + + Number of retries to attempt.
+ Defaults to: 0 +
-
Space or comma separated list of methods that can be cached
, defaults to:GET
- N.B. This property is currently a temporary solution for Bug 56162
Since 2.12, JMeter does not create anymore a Sample Result with 204 response
code for a resource found in cache which is inline with what browser do.
, defaults to:RETURN_NO_SAMPLE
- You can choose between 3 modes:
RETURN_NO_SAMPLE (default)
RETURN_200_CACHE
RETURN_CUSTOM_STATUS
Those mode have the following behaviours:
RETURN_NO_SAMPLE : this mode returns no Sample Result, it has no additional configuration
RETURN_200_CACHE : this mode will return Sample Result with response code to 200 and response message to "(ex cache)", you can modify response message by setting
, defaults to:(ex cache)
- RETURN_CUSTOM_STATUS : This mode lets you select what response code and message you want to return, if you use this mode you need to set those properties
, defaults to:
-, defaults to: + + Space or comma separated list of methods that can be cached.
+ Defaults to: GET +
+ + N.B. This property is currently a temporary solution for 56162. + Since version 2.12, JMeter does not create anymore a Sample Result with a response + code of 204 for a resource found in cache. This is in line with what browser do.
+ You can choose between three modes: +
+
RETURN_NO_SAMPLE (default)
+
this mode returns no Sample Result. It has no additional configuration.
+
RETURN_200_CACHE
+
this mode will return Sample Result with response code to 200 and + response message to "(ex cache)".
+
RETURN_CUSTOM_STATUS
+
choosing this mode, response code and message have to be set by specifying + RETURN_CUSTOM_STATUS.code and RETURN_CUSTOM_STATUS.message.
+
+ Defaults to: RETURN_NO_SAMPLE +
+ + This lets you select what response code you want to return if mode RETURN_CUSTOM_STATUS + is selected.
+ Defaults to empty value. +
+ + This lets you select what response message you want to return if mode RETURN_CUSTOM_STATUS + is selected.
+ Defaults to empty value +