You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.qt is a deprecated extension, and while this was once accurate it means that looking up the mime for .mov and then getting the extension for the returned video/quicktime results in mismatched extensions.
The text was updated successfully, but these errors were encountered:
This is where mime-db draws it's type info from, and it maintains the extension ordering. Both tje 'mime' and mime-types module prefer the first extension when mapping type -> extension. And I suspect neither I nor the mime-types authors are interested in special casing this in our code. The solution really needs to be in either mime-db or Apache's types file.
So... I'd suggest you file an issue with mime-db to that affect. You might also file a bug with the Apache project, but I don't know how willing they'll be to change there.
.qt is a deprecated extension, and while this was once accurate it means that looking up the mime for
.mov
and then getting the extension for the returnedvideo/quicktime
results in mismatched extensions.The text was updated successfully, but these errors were encountered: