https://issues.apache.org/bugzilla/show_bug.cgi?id=54778
--- Comment #4 from Philippe Mouawad <[email protected]> --- As per http://mail-archives.apache.org/mod_mbox/jmeter-dev/201409.mbox/%3CCAH9fUpZGrOhLZawoir4WrUFLiuJg3ZrRVJ4mpVxxS%2BahmcKQeQ%40mail.gmail.com%3E Added cache_manager.cached_resource_mode=RETURN_NO_SAMPLE You can choose between 3 modes: 1/RETURN_NO_SAMPLE (default) 2/RETURN_200_CACHE 3/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 RETURN_200_CACHE.message=(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 RETURN_CUSTOM_STATUS.code= RETURN_CUSTOM_STATUS.message= -- You are receiving this mail because: You are the assignee for the bug.
