There seems to be a typo for one mime type:
<cfset stMimes["pyc"] = "applicaiton/x-bytecode.python" />
- Is it a typo?
- Is it worth fixing?
- Is there anything upstream which should also be rectified?
There seems to be a typo for one mime type:
<cfset stMimes["pyc"] = "applicaiton/x-bytecode.python" />
Definitely a typo It would only be a problem for those uploading for that particular file type, and even then only if the mimetype was set in some way that might affect later file downloads (such as a content type header in S3), which at a guess is probably very few to zero users?
That said, anything that is quick to fix is worth fixing.
Thank you for the quick reply. I agree that it should affect very few users.
I wasn’t sure if it was a typo because the wrong form is surprisingly widespread. I wonder if it’s from something like the PHP mime list that people have blindly copied
Haha you’re right, that misspelling is in a lot of places in Google search results. It’s highly likely that it’s a bad copy and paste that hasn’t been noticed… I wonder what other easter eggs are in the list?