https://bz.apache.org/bugzilla/show_bug.cgi?id=64585
Bug ID: 64585
Summary: JSON Assertion Regexe crash on negated classes
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.1
The Regex i have been using is: ^\[("([^"\\]|\\.)*",?)+\]$
The issue seems to be the negated class: [^"\\]
The Bug occurs when i use multiple JSON-Assertions with this regex on a single
HTTP-Request.
(Tested on Nightly: 08.07.2020)
(Tested with jre1.8.0_251)
--
You are receiving this mail because:
You are the assignee for the bug.