Add suggested Excludes - woff2 files not being excluded
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.3k
- Merge medio
- 1g 22h
- PR unite (30g)
- 5
Descrizione
**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:
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia individuando la definizione di suggested-excludes utilizzata da HTTP(S) Test Script Recorder e riproduci la registrazione di una richiesta .woff2. Aggiorna il pattern di esclusione in modo da escludere sia i file woff sia i file woff2, quindi verifica che il recorder non li acquisisca più.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- testing
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 45/100