Add suggested Excludes - woff2 files not being excluded
未关闭
P2
- 主要语言
- Java
- 星标
- 9.5k
- 派生
- 2.3k
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 5
描述
**breakpoint** ([Bug 65977](https://bz.apache.org/bugzilla//show_bug.cgi?id=65977&redirect=false)):
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.
Severity: normal
OS:
贡献指南
调研方向
首先找到 HTTP(S) Test Script Recorder 使用的 suggested-excludes 定义,并重现记录 .woff2 请求。更新排除模式,使 woff 和 woff2 文件都被排除,然后验证 recorder 不再捕获它们。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- testing
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100