mirror of https://github.com/apache/jmeter.git
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: 468adbd503
This commit is contained in:
parent
f7081a102e
commit
e9b9b14333
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue