-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.480
Firefox 128.3.0esr
Linux
-
-
2.490, 2.479.3
When downloading tgz artifacts the downloaded file is zipped an additional time. Firefox does not unzip it when downloading it.
This is just about the same as https://issues.jenkins.io/browse/JENKINS-73381 it just affects tgz instead of tar.gz files now.
You can reproduce the issue with the attached job which creates a example.tgz and example.tar.gz artifact. Download both using Firefox. The files will have different sizes.
It worked with 2.462.2 and is broken in 2.462.3
In 2.463 and 2.464 both *.tgz and *.tar.gz were affected.
Starting with 2.466 only *.tgz is affected.
I believe it's due to the mimetype
tgz=application/x-gtar
in the winstone fix for tar.gz
https://github.com/jenkinsci/winstone/pull/397/files
- relates to
-
JENKINS-73381 Downloading tar.gz artifacts in Firefox is broken (regression in 2.463)
-
- Closed
-
- links to
[JENKINS-73942] Downloading tgz artifacts in Firefox is broken (regression in 2.463)
Link |
New:
This issue relates to |
Remote Link | New: This issue links to "jetty/jetty.project#12397 (Web Link)" [ 30065 ] |
Labels | New: lts-candidate regression |
Assignee | New: Basil Crow [ basil ] |
Summary | Original: Downloading tgz artifacts in Firefox is broken | New: Downloading tgz artifacts in Firefox is broken (regression in 2.463) |
Epic Link | New: JENKINS-73120 [ 221101 ] |
Released As | New: https://www.jenkins.io/changelog/2.490/ | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Labels | Original: lts-candidate regression | New: 2.479.3-fixed regression |
Released As | Original: https://www.jenkins.io/changelog/2.490/ | New: 2.490, 2.479.3 |