Bug 44912 - Filter not working in Log Parser
Summary: Filter not working in Log Parser
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.3.1
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 08:10 UTC by Ytai Ben-Tsvi
Modified: 2008-05-02 10:33 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ytai Ben-Tsvi 2008-04-30 08:10:27 UTC
In TCLogParser::parseLine() there is a line:

createUrl(cleanedLine, el);

Should be:

createUrl(line, el);

Or otherwise the filter output is ignored!
Comment 1 Sebb 2008-05-02 06:44:40 UTC
Good catch!
Comment 2 Sebb 2008-05-02 10:33:20 UTC
URL: http://svn.apache.org/viewvc?rev=652839&view=rev
Log:
Bug 44912 - Filter not working in Log Parser
Comment 3 The ASF infrastructure team 2022-09-24 20:37:41 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2106