https://bz.apache.org/bugzilla/show_bug.cgi?id=65352
Bug ID: 65352
Summary: Warning logged when Boundary Extractor doesn't find
any match
Product: JMeter
Version: Nightly (Please specify date)
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 37888
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37888&action=edit
Check for empty list
When no match is found by the Boundary Extractor it will log a warning. All
other extractors ignore that condition silently. Apart from this, throwing an
exception is bad for performance.
The fix will check if the list of matches is empty, before trying to save the
elements of that list.
--
You are receiving this mail because:
You are the assignee for the bug.