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