Skip to content

Commit ae26c6b

Browse files
committed
Bug 61639 : HTTP(S) Test Script Recorder : In request filtering tab, uncheck by default "Notify Child Listeners of filtered samplers"
Adapt Recording templates Bugzilla Id: 61639 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1814993 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: ed820f3
1 parent e395fad commit ae26c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/templates/recording-with-think-time.jmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<boolProp name="ProxyControlGui.regex_match">true</boolProp>
114114
<stringProp name="ProxyControlGui.content_type_include"></stringProp>
115115
<stringProp name="ProxyControlGui.content_type_exclude"></stringProp>
116-
<boolProp name="ProxyControlGui.notify_child_sl_filtered">true</boolProp>
116+
<boolProp name="ProxyControlGui.notify_child_sl_filtered">false</boolProp>
117117
<stringProp name="ProxyControlGui.proxy_prefix_http_sampler_name"></stringProp>
118118
</ProxyControl>
119119
<hashTree>

bin/templates/recording.jmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<boolProp name="ProxyControlGui.regex_match">true</boolProp>
114114
<stringProp name="ProxyControlGui.content_type_include"></stringProp>
115115
<stringProp name="ProxyControlGui.content_type_exclude"></stringProp>
116-
<boolProp name="ProxyControlGui.notify_child_sl_filtered">true</boolProp>
116+
<boolProp name="ProxyControlGui.notify_child_sl_filtered">false</boolProp>
117117
<stringProp name="ProxyControlGui.proxy_prefix_http_sampler_name"></stringProp>
118118
</ProxyControl>
119119
<hashTree>

0 commit comments

Comments
 (0)