Bug 65977 - Add suggested Excludes - woff2 files not being excluded
Summary: Add suggested Excludes - woff2 files not being excluded
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 5.4.3
Hardware: PC
: P2 normal (vote)
Target Milestone: JMETER_5.5
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-24 22:22 UTC by breakpoint
Modified: 2022-03-24 22:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description breakpoint 2022-03-24 22:22:55 UTC
In the HTTP(S) Test Script Recorder I am having it record .woff2 files even though I have added the Add suggested Excludes which add the entry of: 
(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff|woff2)

This is the only entry I have. 

I believe the entry need to be changed instead to:
(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff2|woff)
or
(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff2?)

The above changes make the woff2 files not be recorded.
Comment 1 The ASF infrastructure team 2022-09-24 20:38:23 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5653