Skip to content

added mime, changed extensions - #3736

Closed
jmario74 wants to merge 1 commit into
Studio-42:masterfrom
jmario74:jmario74-patch-3
Closed

jmario74 wants to merge 1 commit into
Studio-42:masterfrom
jmario74:jmario74-patch-3

Conversation

@jmario74

@jmario74 jmario74 commented Oct 18, 2025

Copy link
Copy Markdown
Contributor

changed:
"application\/vnd.lotus-1-2-3":123,
to:
"application\/vnd.lotus-1-2-3":"123",
changed:
"text\/x-c++hdr":"hh"
to:
"text\/x-c++hdr":"hpp"
added:
"application\/x-rpm":"rpm"

the ".rpm" & ".hpp" files not recognized:
Screenshot from 2025-10-18 12-58-44
fixed:
Screenshot from 2025-10-18 12-56-31

@nao-pon

nao-pon commented Apr 17, 2026

Copy link
Copy Markdown
Member

@jmario74 Thanks for the PR.

I applied the same fix on the maintainer side as part of a broader MIME mapping update.

This includes:

  • adding application/x-rpm
  • switching the representative extension for text/x-c++hdr from "hh" to "hpp"
  • normalizing some MIME names to lowercase, such as video/mp2t and application/x-mpegurl
  • introducing staticMimeMap while keeping backward compatibility with the old staticMineMap typo
  • refreshing php/mime.types and regenerating js/elFinder.mimetypes.js

So this PR is effectively fixed by the maintainer-side changes and can be closed.

Thanks again for the report and patch.

@nao-pon nao-pon closed this in 047afab Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants