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
My apologies if my understanding of freedesktop.org.xml / mimemagic is incorrect, but mimemagic appears not to respect weight when looking up a mimetype by extension.
Interestingly, when using the circleci/ruby:2.7.2-node image, the expected result was produced as this image has an older version of freedesktop.org.xml in which the mimes were sorted differently.
Thanks in advance for your assistance.
The text was updated successfully, but these errors were encountered:
My apologies if my understanding of
freedesktop.org.xml
/ mimemagic is incorrect, but mimemagic appears not to respect weight when looking up a mimetype by extension.With the latest
freedesktop.org.xml
:While "application/xhtml+xml" appears first in the file, "text/html" has a higher weight:
vs.
Interestingly, when using the
circleci/ruby:2.7.2-node
image, the expected result was produced as this image has an older version offreedesktop.org.xml
in which the mimes were sorted differently.Thanks in advance for your assistance.
The text was updated successfully, but these errors were encountered: