Hi, for people who use a system wide mime.types as TypesConfig, it would be nice if there was a way to remove some type associations in the apache config. For example, nowadays .es seems to be ecmascript (according to RFC 4329), but it is also often used for spanish language encoding.
Currently the only solutions are to edit the global mime.types, to use a separate mime.types for apache, or to rename all .es files to something else. Making RemoveType also override the enry from TypesConfig would be a far better solution. A patch that does that is at https://issues.apache.org/bugzilla/attachment.cgi?id=22817 (PR 38330). Cheers, Stefan
