mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1757] [MERGED] Fix mime type for jar files #1554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1757
Author: @Boy132
Created: 9/29/2025
Status: ✅ Merged
Merged: 10/1/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-jar-mime📝 Commits (2)
53e3645fix mime type for jar filese6dce61lower file name📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Models/File.php(+1 -1)📄 Description
Closes #1755
If the file name ends with
.jarbut the mime type is an archive (e.g. a zip) change the mime type toapplication/jar.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.