https://bz.apache.org/bugzilla/show_bug.cgi?id=63527
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk Target Milestone|JMETER_5.2 |JMETER_5.3.1 Status|NEW |NEEDINFO Hardware|PC |All --- Comment #4 from Felix Schumacher <[email protected]> --- Hi Pierre, could you please test next nightly and report, if this is what you wanted? commit 0592978cb16ff8e7aea3ca96215e01141a78c2cd AuthorDate: Sun Aug 2 15:25:18 2020 +0200 Implement a new setting to allow the exclusion of embedded URLs At the moment we allow only one regular expression to control which URLs will be downloaded by the HTTP sampler, when embedded download is enabled. This can be used to exclude specific URLs, but it is not possible to exclude and allow URLs at the same time. This patch gives the user a second field which can be used to exclude URLs. Bugzilla Id: 63527 Closes #607 --- .../apache/jmeter/resources/messages.properties | 1 + .../apache/jmeter/resources/messages_fr.properties | 1 + src/protocol/build.gradle.kts | 1 + .../protocol/http/config/gui/HttpDefaultsGui.java | 62 +++++++++++++-------- .../http/control/gui/HttpTestSampleGui.java | 52 +++++++++-------- .../protocol/http/sampler/HTTPSamplerBase.java | 41 ++++++++++++-- xdocs/changes.xml | 1 + .../http-request-defaults-advanced-tab.png | Bin 9455 -> 19213 bytes .../screenshots/http-request-advanced-tab.png | Bin 6194 -> 18573 bytes xdocs/usermanual/component_reference.xml | 22 ++++++-- 10 files changed, 123 insertions(+), 58 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
