https://issues.apache.org/bugzilla/show_bug.cgi?id=44912
Summary: Filter not working in Log Parser
Product: JMeter
Version: 2.3.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In TCLogParser::parseLine() there is a line:
createUrl(cleanedLine, el);
Should be:
createUrl(line, el);
Or otherwise the filter output is ignored!
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]