https://bz.apache.org/bugzilla/show_bug.cgi?id=65977

            Bug ID: 65977
           Summary: Add suggested Excludes - woff2 files not being
                    excluded
           Product: JMeter
           Version: 5.4.3
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: breakpo...@gmail.com
  Target Milestone: JMETER_5.5

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to