Download file loses the file extension
Categories
(Firefox :: File Handling, defect)
Tracking
()
People
(Reporter: k1mu.nospam, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: webcompat:platform-bug)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Steps to reproduce:
Visit a webpage for a download:
https://lotw.arrl.org/lotwuser/lotwreport.adi?qso_query=1&qso_withown=yes&qso_qslsince=2022-05-25&qso_owncall=&download_rpt_btn=Download+report
This page has been working for more than a decade, but users of Firefox 102.0.1 are reporting that it no longer saves the downloaded file as expected.
Request Headers:
{
"GET": {
"scheme": "https",
"host": "lotw.arrl.org",
"filename": "/lotwuser/lotwreport.adi",
"query": {
"qso_query": "1",
"qso_withown": "yes",
"qso_qslsince": "2022-05-25",
"qso_owncall": "",
"download_rpt_btn": "Download report"
},
"remote": {
"Address": "104.207.196.18:443"
}
}
}
Response:
Response:
{
"Response Headers (399 B)": {
"headers": [
{
"name": "Accept-Ranges",
"value": "none"
},
{
"name": "Cache-Control",
"value": "max-age=0"
},
{
"name": "Connection",
"value": "Keep-Alive"
},
{
"name": "Content-Encoding",
"value": "gzip"
},
{
"name": "Content-Length",
"value": "455"
},
{
"name": "Content-Type",
"value": "application/x-arrl-adif; charset=iso-8859-1"
},
{
"name": "Date",
"value": "Wed, 20 Jul 2022 20:10:25 GMT"
},
{
"name": "Expires",
"value": "Wed, 20 Jul 2022 20:10:25 GMT"
},
{
"name": "Keep-Alive",
"value": "timeout=60"
},
{
"name": "Server",
"value": "Apache"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=15552000; includeSubDomains;"
},
{
"name": "Vary",
"value": "Accept-Encoding"
}
]
}
}
Actual results:
Downloaded file was saved as 'lotwreport'
Expected results:
The file should have been 'lotwreport.adi'
| Reporter | ||
Comment 1•3 years ago
|
||
Works with other versions of Firefox, with Chrome, etc. Recently dozens of users impacted due to Firefox change.
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::File Handling' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•3 years ago
|
||
This is most likely already fixed in Firefox 103 (currently Beta).
Comment 4•3 years ago
|
||
Hi Rick,
Would you mind checking it on Firefox Beta? Since I don't have an account on that website I cannot check it myself.
You can download it from here: https://www.mozilla.org/en-US/firefox/channel/desktop/
Firefox 103 is being released on the 26th of July, so if it works on Beta now, it should be fixed by then.
Thank you!
| Reporter | ||
Comment 5•3 years ago
|
||
Confirmed - Firefox 103 corrects the issue.
Thanks, this will make a bunch of people happy. :)
Updated•3 years ago
|
Updated•1 year ago
|
Description
•