Open
Bug 1948488
Opened 29 days ago
Updated 4 days ago
Files that ends with % gets their dot before suffix mangled (test%.txt -> test?_txt)
Categories
(Fenix :: Downloads, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: kajatoth, Unassigned)
References
Details
(Whiteboard: [fxdroid][group4])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0
Steps to reproduce:
Download any file that ends with %
Actual results:
The dot between filename and suffix gets deleted resulting in broken filename with no suffix (possibly Percent-encoding problem?)
Nightly is even worse, it crashes instantly
Expected results:
file shoud contain the dot (on PC it works by replacing the % with _)
Reporter | ||
Comment 1•29 days ago
|
||
Comment 2•13 days ago
|
||
The severity field is not set for this bug.
:007, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(nbond)
Updated•4 days ago
|
Severity: -- → S3
Flags: needinfo?(nbond)
Whiteboard: [fxdroid][group4]
Updated•4 days ago
|
Comment 3•4 days ago
|
||
I think this might get fixed over in the patch addressing Bug 1945705. We can verify this after that lands
You need to log in
before you can comment on or make changes to this bug.
Description
•