Skip to content

Commit

Permalink
CAUSEWAY-3828: fixes invalid file extension inferred from
Browse files Browse the repository at this point in the history
CommonMimeType._7z
  • Loading branch information
andi-huber committed Nov 6, 2024
1 parent 363a110 commit e754deb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public static enum CommonMimeType {
XUL("application/vnd.mozilla.xul+xml"),
YAML("text/vnd.yaml", "yaml", "yml"),
ZIP("application/zip"),
_7Z("application/x-7z-compressed"),
_7Z("application/x-7z-compressed", "7z"),

// see
// https://stackoverflow.com/questions/4212861/what-is-a-correct-mime-type-for-docx-pptx-etc
Expand Down

0 comments on commit e754deb

Please sign in to comment.