Actions
Improvements #13188
openAllow for additional MIME types to be defined
Start date:
11/06/2024
Due date:
% Done:
0%
Estimated time:
Description
Wt currently holds a list of common MIME types, where very recently a selection was added with #10903.
This is still rather restrictive. If developers wish to use types that are not part of the list, they are stuck. We should allow for a way to expose these types, so that the default list can be modified.
The likeliest candidate is the wt_config.xml
. This file, however, is already fairly big. If a nice alternative can be found, this would be ideal. Otherwise the config file will serve.
Updated by Matthias Van Ceulebroeck 11 days ago
- Related to Support #13173: Add MIME Type *.mjs / JavaScript module added
Updated by Matthias Van Ceulebroeck 11 days ago
- Related to Feature #10903: Add more MIME types to src/http/MimeTypes.C? added
Actions