Add suggested Excludes - woff2 files not being excluded
- 主要言語
- Java
- スター
- 9.5k
- フォーク
- 2.3k
- 平均マージ
- 1日 22時間
- マージ済み PR(30日)
- 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