From e9b9b143330d75aec2c5e360cd72c42985e155f9 Mon Sep 17 00:00:00 2001 From: Philippe Mouawad Date: Sun, 14 Oct 2012 18:49:27 +0000 Subject: [PATCH] Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1398113 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 468adbd503f3a68fba14d9ec63ff72863ea70deb --- bin/jmeter.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/jmeter.properties b/bin/jmeter.properties index a4cf31da2d..23c7088174 100644 --- a/bin/jmeter.properties +++ b/bin/jmeter.properties @@ -478,6 +478,9 @@ upgrade_properties=/bin/upgrade.properties # Add numeric prefix to Sampler names (default false) #proxy.number.requests=true +# List of URL patterns that will be added to URL Patterns to exclude in Proxy +#proxy.excludes.suggested=.*\\.js;.*\\.css;.*\\.swf;.*\\.gif;.*\\.png;.*\\.jpg;.*\\.bmp + # Change the default HTTP Sampler (currently HttpClient4) # Java: #jmeter.httpsampler=HTTPSampler