https://bz.apache.org/bugzilla/show_bug.cgi?id=61054
Bug ID: 61054
Summary: Endless loop in JOrphanUtils#replaceAllWithRegex
Product: JMeter
Version: 3.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When replacing a string with a string, that includes the search, it will lead
to an endless loop in JOrphanUtils#replaceAllWithRegex.
A simple testcase can be constructed using a ThreadGroup containing a HTTP
Sampler with a Parameter having a key "name" and a value "abc".
Now, if try a find replace with "abc" as the search and "abcabc" as the
replacement, "replace all" will never come to a halt :(
--
You are receiving this mail because:
You are the assignee for the bug.